Class ButtonContentControlState
Represents the ButtonContentControlState class.
Inherited Members
Namespace: Telerik.Windows.Documents.Model.StructuredDocumentTags
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class ButtonContentControlState : ContentControlState, INotifyPropertyChanged
Properties
ButtonStyle
Gets or sets the style of the button content control.
Declaration
public Style ButtonStyle { get; set; }
Property Value
System.Windows.Style
A System.Windows.Style value representing the style applied to the button content control. |
ShowButton
Gets the value that indicates whether the control should show its button or not.
Declaration
public bool ShowButton { get; }
Property Value
System.Boolean
|