Class PictureControlState
Represents the PictureControlState class.
Inherited Members
System.Object.ToString()
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.Windows.Documents.Model.StructuredDocumentTags
Assembly: Telerik.Windows.Documents.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>
|