Class PushButtonAppearanceCharacteristics
Represents the characteristics of a PushButton Widget annotation dynamic appearance.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.Annotations
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class PushButtonAppearanceCharacteristics : ButtonAppearanceCharacteristics
Constructors
PushButtonAppearanceCharacteristics()
Initializes a new instance of Push
Declaration
public PushButtonAppearanceCharacteristics()
PushButtonAppearanceCharacteristics(PushButtonAppearanceCharacteristics)
Initializes a new instance of Push
Declaration
public PushButtonAppearanceCharacteristics(PushButtonAppearanceCharacteristics other)
Parameters
Push Other Push |
Properties
IconAndCaptionPosition
Gets or sets the relative positioning of icon and caption in the button appearance.
Declaration
public IconAndCaptionPosition IconAndCaptionPosition { get; set; }
Property Value
IconFitOptions
Gets the options specifying how fit the icon inside the annotation rectangle.
Declaration
public IconFitOptions IconFitOptions { get; }
Property Value
MouseDownCaption
Gets or sets the button caption displayed when the mouse button is pressed on the widget.
Declaration
public string MouseDownCaption { get; set; }
Property Value
System.
|
MouseDownIconSource
Gets or sets the button icon displayed when the mouse button is pressed on the widget.
Declaration
public FormSource MouseDownIconSource { get; set; }
Property Value
MouseOverCaption
Gets or sets the button caption displayed when the mouse is over the widget.
Declaration
public string MouseOverCaption { get; set; }
Property Value
System.
|
MouseOverIconSource
Gets or sets the button icon displayed when the mouse is over the widget.
Declaration
public FormSource MouseOverIconSource { get; set; }
Property Value
NormalIconSource
Gets or sets the button normal icon displayed when the mouse is not interacting with the widget.
Declaration
public FormSource NormalIconSource { get; set; }