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 PushButtonAppearanceCharacteristics class.
Declaration
public PushButtonAppearanceCharacteristics()
PushButtonAppearanceCharacteristics(PushButtonAppearanceCharacteristics)
Initializes a new instance of PushButtonAppearanceCharacteristics class by copying its properties from other instance.
Declaration
public PushButtonAppearanceCharacteristics(PushButtonAppearanceCharacteristics other)
Parameters
PushButtonAppearanceCharacteristics
other
Other PushButtonAppearanceCharacteristics instance. |
Properties
IconAndCaptionPosition
Gets or sets the relative positioning of icon and caption in the button appearance.
Declaration
public IconAndCaptionPosition IconAndCaptionPosition { get; set; }
Property Value
IconAndCaptionPosition
|
IconFitOptions
Gets the options specifying how fit the icon inside the annotation rectangle.
Declaration
public IconFitOptions IconFitOptions { get; }
Property Value
IconFitOptions
|
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.String
|
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
FormSource
|
MouseOverCaption
Gets or sets the button caption displayed when the mouse is over the widget.
Declaration
public string MouseOverCaption { get; set; }
Property Value
System.String
|
MouseOverIconSource
Gets or sets the button icon displayed when the mouse is over the widget.
Declaration
public FormSource MouseOverIconSource { get; set; }
Property Value
FormSource
|
NormalIconSource
Gets or sets the button normal icon displayed when the mouse is not interacting with the widget.
Declaration
public FormSource NormalIconSource { get; set; }
Property Value
FormSource
|