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:
C#
public class ButtonAppearanceCharacteristics : DynamicAppearanceCharacteristics
Inheritance: objectDynamicAppearanceCharacteristicsButtonAppearanceCharacteristics
Derived Classes:
Inherited Members
Constructors
Create default button appearance characteristics; customize caption and inherited visual properties as needed.
C#
public ButtonAppearanceCharacteristics()
Copy all appearance settings from another instance.
C#
public ButtonAppearanceCharacteristics(ButtonAppearanceCharacteristics other)
Other ButtonAppearanceCharacteristics instance to copy from.
Properties
Gets or sets the button caption shown in the default state, used by viewers when generating dynamic appearance.
C#
public string NormalCaption { get; set; }
The text that appears on the button in its default state.