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
CoreMessageProperty
public static readonly DependencyProperty CoreMessageProperty
Field Value
CoreMessagedRoutedEvent
public static readonly RoutedEvent CoreMessagedRoutedEvent
Field Value
CurrentProperty
public static readonly DependencyProperty CurrentProperty
Field Value
DataSourceProperty
public static readonly DependencyProperty DataSourceProperty
Field Value
IndexProperty
public static readonly DependencyProperty IndexProperty
Field Value
MessageProperty
public static readonly DependencyProperty MessageProperty
Field Value
NextCommand
public static RoutedUICommand NextCommand
Field Value
NotifyMessagedRoutedEvent
public static readonly RoutedEvent NotifyMessagedRoutedEvent
Field Value
OperateTypeProperty
public static readonly DependencyProperty OperateTypeProperty
Field Value
PreviousCommand
public static RoutedUICommand PreviousCommand
Field Value
SelectedItemProperty
public static readonly DependencyProperty SelectedItemProperty
Field Value
ToolContentProperty
public static readonly DependencyProperty ToolContentProperty
Field Value
Properties
ConvertToImageSource
public Func<object, ImageSource> ConvertToImageSource { get; set; }
Property Value
CoreMessage
public string CoreMessage { get; set; }
Property Value
Current
public LinkedListNode<object> Current { get; set; }
Property Value
DataSource
public IEnumerable DataSource { get; set; }
Property Value
DefaultKey
public static ComponentResourceKey DefaultKey { get; }
Property Value
Index
public int Index { get; set; }
Property Value
Message
public string Message { get; set; }
Property Value
OperateType
public OperateType OperateType { get; set; }
Property Value
SelectedItem
public object SelectedItem { get; set; }
Property Value
ToolContent
public object ToolContent { get; set; }
Property Value
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
NotifyMessaged
public event RoutedEventHandler NotifyMessaged