ClassPushButtonAppearanceCharacteristics
Appearance settings for push button widgets, adding captions, icons, and layout per interaction state.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Annotations
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
public class PushButtonAppearanceCharacteristics : ButtonAppearanceCharacteristics
Inheritance: objectDynamicAppearanceCharacteristicsButtonAppearanceCharacteristicsPushButtonAppearanceCharacteristics
Inherited Members
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
other
PushButtonAppearanceCharacteristics
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
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
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
The pressed caption.
MouseDownIconSource
Gets or sets the icon used while the mouse button is pressed.
Declaration
public FormSource MouseDownIconSource { get; set; }
Property Value
The pressed icon FormSource.
MouseOverCaption
Gets or sets the caption shown during mouse-over.
Declaration
public string MouseOverCaption { get; set; }
Property Value
The hover caption.
MouseOverIconSource
Gets or sets the icon used during mouse-over.
Declaration
public FormSource MouseOverIconSource { get; set; }
Property Value
The hover icon FormSource.
NormalIconSource
Gets or sets the icon used in the default state.
Declaration
public FormSource NormalIconSource { get; set; }
Property Value
The default state icon FormSource.