Table of Contents

Class ImagePlayer

Namespace
HeBianGu.Control.ImagePlayer
Assembly
HeBianGu.Control.ImagePlayer.dll
[TemplatePart(Name = "PART_IMAGECORE", Type = typeof(ImageCore))]
public class ImagePlayer : ContentControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
Inheritance
ImagePlayer
Implements
Inherited Members
Extension Methods

Constructors

ImagePlayer()

public ImagePlayer()

Fields

ConvertToImageSourceProperty

public static readonly DependencyProperty ConvertToImageSourceProperty

Field Value

DependencyProperty

CoreMessageProperty

public static readonly DependencyProperty CoreMessageProperty

Field Value

DependencyProperty

CoreMessagedRoutedEvent

public static readonly RoutedEvent CoreMessagedRoutedEvent

Field Value

RoutedEvent

CurrentProperty

public static readonly DependencyProperty CurrentProperty

Field Value

DependencyProperty

DataSourceProperty

public static readonly DependencyProperty DataSourceProperty

Field Value

DependencyProperty

IndexProperty

public static readonly DependencyProperty IndexProperty

Field Value

DependencyProperty

MessageProperty

public static readonly DependencyProperty MessageProperty

Field Value

DependencyProperty

NextCommand

public static RoutedUICommand NextCommand

Field Value

RoutedUICommand

NotifyMessagedRoutedEvent

public static readonly RoutedEvent NotifyMessagedRoutedEvent

Field Value

RoutedEvent

OperateTypeProperty

public static readonly DependencyProperty OperateTypeProperty

Field Value

DependencyProperty

PreviousCommand

public static RoutedUICommand PreviousCommand

Field Value

RoutedUICommand

SelectedItemProperty

public static readonly DependencyProperty SelectedItemProperty

Field Value

DependencyProperty

ToolContentProperty

public static readonly DependencyProperty ToolContentProperty

Field Value

DependencyProperty

Properties

ConvertToImageSource

public Func<object, ImageSource> ConvertToImageSource { get; set; }

Property Value

Func<object, ImageSource>

CoreMessage

public string CoreMessage { get; set; }

Property Value

string

Current

public LinkedListNode<object> Current { get; set; }

Property Value

LinkedListNode<object>

DataSource

public IEnumerable DataSource { get; set; }

Property Value

IEnumerable

DefaultKey

public static ComponentResourceKey DefaultKey { get; }

Property Value

ComponentResourceKey

Index

public int Index { get; set; }

Property Value

int

Message

public string Message { get; set; }

Property Value

string

OperateType

public OperateType OperateType { get; set; }

Property Value

OperateType

SelectedItem

public object SelectedItem { get; set; }

Property Value

object

ToolContent

public object ToolContent { get; set; }

Property Value

object

Methods

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().

public override void OnApplyTemplate()

OnCoreMessaged(string)

protected void OnCoreMessaged(string message)

Parameters

message string

OnNotifyMessaged(string)

protected void OnNotifyMessaged(string message)

Parameters

message string

Events

CoreMessaged

public event RoutedEventHandler CoreMessaged

Event Type

RoutedEventHandler

NotifyMessaged

public event RoutedEventHandler NotifyMessaged

Event Type

RoutedEventHandler