Class PushButtonAppearanceCharacteristics
Appearance settings for push button widgets, adding captions, icons, and layout per interaction state.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.Annotations
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class PushButtonAppearanceCharacteristics : ButtonAppearanceCharacteristics
Constructors
PushButtonAppearanceCharacteristics()
Create default push button appearance settings with no icon and caption-only layout.
Declaration
public PushButtonAppearanceCharacteristics()
PushButtonAppearanceCharacteristics(PushButtonAppearanceCharacteristics)
Copy captions, icons, icon fit, and layout from another instance.
Declaration
public PushButtonAppearanceCharacteristics(PushButtonAppearanceCharacteristics other)
Parameters
|
PushButtonAppearanceCharacteristics
other
The PushButtonAppearanceCharacteristics instance to copy from. |
Properties
IconAndCaptionPosition
Gets or sets the relative layout of icon and caption within the button appearance.
Declaration
public IconAndCaptionPosition IconAndCaptionPosition { get; set; }
Property Value
|
IconAndCaptionPosition
The icon/caption layout. |
IconFitOptions
Gets the options that control icon scaling and positioning within the widget rectangle.
Declaration
public IconFitOptions IconFitOptions { get; }
Property Value
|
IconFitOptions
The icon fit options. |
MouseDownCaption
Gets or sets the caption shown while the mouse button is pressed.
Declaration
public string MouseDownCaption { get; set; }
Property Value
|
System.String
The pressed caption. |
MouseDownIconSource
Gets or sets the icon used while the mouse button is pressed.
Declaration
public FormSource MouseDownIconSource { get; set; }
Property Value
|
FormSource
The pressed icon FormSource. |
MouseOverCaption
Gets or sets the caption shown during mouse-over.
Declaration
public string MouseOverCaption { get; set; }
Property Value
|
System.String
The hover caption. |
MouseOverIconSource
Gets or sets the icon used during mouse-over.
Declaration
public FormSource MouseOverIconSource { get; set; }
Property Value
|
FormSource
The hover icon FormSource. |
NormalIconSource
Gets or sets the icon used in the default state.
Declaration
public FormSource NormalIconSource { get; set; }
Property Value
|
FormSource
The default state icon FormSource. |