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 ButtonAppearanceCharacteristics class.
Declaration
public ButtonAppearanceCharacteristics()
ButtonAppearanceCharacteristics(ButtonAppearanceCharacteristics)
Initializes a new instance of ButtonAppearanceCharacteristics class by copying its properties from other instance.
Declaration
public ButtonAppearanceCharacteristics(ButtonAppearanceCharacteristics other)
Parameters
ButtonAppearanceCharacteristics
other
Other ButtonAppearanceCharacteristics instance. |
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.String
|