Class PictureControl
Inheritance
System.Object
PictureControl
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.RichTextEditor.UI
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class PictureControl : ContentControlBase, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode, ISupportDrop, IContentControl
Constructors
PictureControl()
Declaration
public PictureControl()
Fields
InsertPictureCommandProperty
Identifies the InsertPictureCommand dependecy property.
Declaration
public static readonly RadProperty InsertPictureCommandProperty
Field Value
RadProperty
|
Properties
InsertPictureCommand
Gets or sets value that indicates the command to be executed when new picture is to be inserted.
Declaration
public ICommand InsertPictureCommand { get; set; }
Property Value
ICommand
|
Methods
GetTemplateChild(String)
Declaration
protected override VisualElement GetTemplateChild(string childName)
Parameters
System.String
childName
|
Returns
VisualElement
|
Overrides
GetTopThumbButtonShouldBeVisible(ContentControlState)
Declaration
protected override bool GetTopThumbButtonShouldBeVisible(ContentControlState state)
Parameters
ContentControlState
state
|
Returns
System.Boolean
|
Overrides
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
OnApplyTemplate()
OnStatePropertyChanged(Object, PropertyChangedEventArgs)
Declaration
protected override void OnStatePropertyChanged(object sender, PropertyChangedEventArgs e)
Parameters
System.Object
sender
|
System.ComponentModel.PropertyChangedEventArgs
e
|
Overrides
SyncDataContextChildState()
Declaration
protected override void SyncDataContextChildState()
Overrides
UpdateMainBodyFillOpacity()
Declaration
protected override void UpdateMainBodyFillOpacity()
Overrides
UpdateState(ContentControlState)
Declaration
public override void UpdateState(ContentControlState state)
Parameters
ContentControlState
state
|