Class ButtonAppearanceCharacteristics
Defines the appearance characteristics for button widget annotations, including caption and dynamic behavior properties.
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 properties from another instance.
Declaration
public ButtonAppearanceCharacteristics(ButtonAppearanceCharacteristics other)
  Parameters
| 
        ButtonAppearanceCharacteristics
        other
         Other ButtonAppearanceCharacteristics instance to copy from.  | 
    
Properties
NormalCaption
Gets or sets the caption text displayed on the button when it is in its normal state (not being interacted with).
Declaration
public string NormalCaption { get; set; }
  Property Value
| 
        System.String
         The text that appears on the button in its default state.  |