PictureControl
Class
Represents the picture content control.
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class PictureControl : ContentControlBase, IContentControl
Inheritance: objectContentControlBasePictureControl
Implements:
Inherited Members
Constructors
C#
public PictureControl()
Fields
InsertPictureCommandProperty
DependencyProperty
Identifies the InsertPictureCommand dependecy property.
C#
public static readonly DependencyProperty InsertPictureCommandProperty
Properties
Gets or sets value that indicates the command to be executed when new picture is to be inserted.
C#
public ICommand InsertPictureCommand { get; set; }
Methods
Raises the event. This method is invoked whenever is set to true internally.
C#
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Overrides:
Updates the state of the control.
C#
public override void UpdateState(ContentControlState state)
The state to be applied to the control.
Overrides: