Class ButtonAppearanceCharacteristics
Appearance settings for button widgets, extending dynamic characteristics with caption text for interaction states.
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.Annotations
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class ButtonAppearanceCharacteristics : DynamicAppearanceCharacteristics
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
|
ButtonAppearanceCharacteristics
other
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
|
System.String
The text that appears on the button in its default state. |