Class ButtonContentControl
Represents a content control containing button.
Inherited Members
Namespace: Telerik.Windows.Controls.RichTextBoxUI
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class ButtonContentControl : ContentControlBase, IContentControl
Constructors
ButtonContentControl()
Declaration
public ButtonContentControl()
Fields
ButtonHeightProperty
Identifies the ButtonHeight dependency property.
Declaration
public static readonly DependencyProperty ButtonHeightProperty
Field Value
System.Windows.DependencyProperty
|
ButtonShouldBeVisibleProperty
Identifies the ButtonShouldBeVisible dependency property.
Declaration
public static readonly DependencyProperty ButtonShouldBeVisibleProperty
Field Value
System.Windows.DependencyProperty
|
ButtonWidthProperty
Identifies the ButtonWidth dependency property.
Declaration
public static readonly DependencyProperty ButtonWidthProperty
Field Value
System.Windows.DependencyProperty
|
Properties
ButtonHeight
Get or sets the value that indicates the height of the button.
Declaration
public double ButtonHeight { get; set; }
Property Value
System.Double
|
ButtonShouldBeVisible
Gets or sets the value that indicates whether the button should be visible or not.
Declaration
public bool ButtonShouldBeVisible { get; set; }
Property Value
System.Boolean
|
ButtonWidth
Gets or sets the value that indicates the width of the button.
Declaration
public double ButtonWidth { get; set; }
Property Value
System.Double
|
Methods
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size arrangeBounds)
Parameters
System.Windows.Size
arrangeBounds
|
Returns
System.Windows.Size
|
Overrides
Initialize(ContentControlState)
Initializes the button content control with provided state.
Declaration
public override void Initialize(ContentControlState state)
Parameters
ContentControlState
state
The state with which the control should be initialized. |