Class ButtonAppearanceCharacteristics
Represents the characteristics of button Widget annotation dynamic appearance.
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.Annotations
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class ButtonAppearanceCharacteristics : DynamicAppearanceCharacteristics
Constructors
ButtonAppearanceCharacteristics()
Initializes a new instance of Button
Declaration
public ButtonAppearanceCharacteristics()
ButtonAppearanceCharacteristics(ButtonAppearanceCharacteristics)
Initializes a new instance of Button
Declaration
public ButtonAppearanceCharacteristics(ButtonAppearanceCharacteristics other)
Parameters
Button Other Button |
Properties
NormalCaption
Gets or sets the button normal caption displayed when the mouse is not interacting with the widget.
Declaration
public string NormalCaption { get; set; }
Property Value
System.
|