Class ButtonChrome
Renders visual states of a button.
Inheritance
Namespace: Telerik.Windows.Controls.Chromes
Assembly: Telerik.Windows.Controls.dll
Syntax
public class ButtonChrome : Control
Constructors
ButtonChrome()
Initializes a new instance of the ButtonChrome class.
Declaration
public ButtonChrome()
Fields
CornerRadiusProperty
Identifies the CornerRadius dependency property.
Declaration
public static readonly DependencyProperty CornerRadiusProperty
Field Value
System.
|
InnerCornerRadiusProperty
Identifies the InnerCornerRadius dependency property.
Declaration
public static readonly DependencyProperty InnerCornerRadiusProperty
Field Value
System.
|
OrientationProperty
Identifies the Orientation property.
Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
System.
|
RenderActiveProperty
Identifies the RenderActive property.
Declaration
public static readonly DependencyProperty RenderActiveProperty
Field Value
System.
|
RenderCheckedProperty
Identifies the RenderChecked property.
Declaration
public static readonly DependencyProperty RenderCheckedProperty
Field Value
System.
|
RenderEnabledProperty
Identifies the RenderEnabled property.
Declaration
public static readonly DependencyProperty RenderEnabledProperty
Field Value
System.
|
RenderFocusedProperty
Identifies the RenderFocused property.
Declaration
public static readonly DependencyProperty RenderFocusedProperty
Field Value
System.
|
RenderHighlightedProperty
Identifies the RenderHighlighted property.
Declaration
public static readonly DependencyProperty RenderHighlightedProperty
Field Value
System.
|
RenderMouseOverProperty
Identifies the RenderMouseOver property.
Declaration
public static readonly DependencyProperty RenderMouseOverProperty
Field Value
System.
|
RenderNormalProperty
Identifies the RenderNormal property.
Declaration
public static readonly DependencyProperty RenderNormalProperty
Field Value
System.
|
RenderPressedProperty
Identifies the RenderPressed property.
Declaration
public static readonly DependencyProperty RenderPressedProperty
Field Value
System.
|
RenderSelectedProperty
Identifies the RenderSelected property.
Declaration
public static readonly DependencyProperty RenderSelectedProperty
Field Value
System.
|
Properties
CornerRadius
Identifies the CornerRadius dependency property.
Declaration
public CornerRadius CornerRadius { get; set; }
Property Value
System.
|
InnerCornerRadius
Identifies the CornerRadius dependency property.
Declaration
public CornerRadius InnerCornerRadius { get; }
Property Value
System.
|
Orientation
Sets the visual appearance of the chrome to render Horizontal or Vertical button.
Declaration
public Orientation Orientation { get; set; }
Property Value
System.
|
RenderActive
Sets the visual appearance of the chrome not to render in Active mode.
Declaration
public bool RenderActive { get; set; }
Property Value
System.
|
RenderChecked
Sets the visual appearance of the chrome to render in Selected mode.
Declaration
public bool RenderChecked { get; set; }
Property Value
System.
|
RenderEnabled
Sets the visual appearance of the chrome to render Enabled.
Declaration
public bool RenderEnabled { get; set; }
Property Value
System.
|
RenderFocused
Sets the visual appearance of the chrome to render Focused state.
Declaration
public bool RenderFocused { get; set; }
Property Value
System.
|
RenderHighlighted
Sets the visual appearance of the chrome to render in Highlighted mode.
Declaration
public bool RenderHighlighted { get; set; }
Property Value
System.
|
RenderMouseOver
Sets the visual appearance of the chrome to render MouseOver.
Declaration
public bool RenderMouseOver { get; set; }
Property Value
System.
|
RenderNormal
Sets the visual appearance of the chrome not to render in Normal mode.
Declaration
public bool RenderNormal { get; set; }
Property Value
System.
|
RenderPressed
Sets the visual appearance of the chrome to render Pressed state.
Declaration
public bool RenderPressed { get; set; }
Property Value
System.
|
RenderSelected
Sets the visual appearance of the chrome to render in Selected mode.
Declaration
public bool RenderSelected { get; set; }
Property Value
System.
|
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call System.
Declaration
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |