ClassButtonAppearanceCharacteristics
Appearance settings for button widgets, extending dynamic characteristics with caption text for interaction states.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Annotations
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
public class ButtonAppearanceCharacteristics : DynamicAppearanceCharacteristics
Inheritance: objectDynamicAppearanceCharacteristicsButtonAppearanceCharacteristics
Derived Classes:
Inherited Members
Constructors
ButtonAppearanceCharacteristics()
Create default button appearance characteristics; customize caption and inherited visual properties as needed.
Declaration
public ButtonAppearanceCharacteristics()
ButtonAppearanceCharacteristics(ButtonAppearanceCharacteristics)
Copy all appearance settings from another instance.
Declaration
public ButtonAppearanceCharacteristics(ButtonAppearanceCharacteristics other)
Parameters
other
ButtonAppearanceCharacteristics
Other ButtonAppearanceCharacteristics instance to copy from.
Properties
NormalCaption
Gets or sets the button caption shown in the default state, used by viewers when generating dynamic appearance.
Declaration
public string NormalCaption { get; set; }
Property Value
The text that appears on the button in its default state.