Class PictureControlState
Represents the PictureControlState class.
Inherited Members
Namespace: Telerik.Windows.Documents.Model.StructuredDocumentTags
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class PictureControlState : ContentControlState, INotifyPropertyChanged
Properties
InsertPictureAction
Gets the value that indicates the action which adds new picture.
Declaration
public Action<object> InsertPictureAction { get; }
Property Value
System.Action<System.Object>
|