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
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
Methods
GetTemplateChild(String)
Declaration
protected override VisualElement GetTemplateChild(string childName)
Parameters
System.
|
Returns
Overrides
GetTopThumbButtonShouldBeVisible(ContentControlState)
Declaration
protected override bool GetTopThumbButtonShouldBeVisible(ContentControlState state)
Parameters
Content
|
Returns
System.
|
Overrides
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
OnApplyTemplate()
OnStatePropertyChanged(Object, PropertyChangedEventArgs)
Declaration
protected override void OnStatePropertyChanged(object sender, PropertyChangedEventArgs e)
Parameters
System.
|
System.
|
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
Content
|