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
Create default push button appearance settings with no icon and caption-only layout.
public PushButtonAppearanceCharacteristics()
Copy captions, icons, icon fit, and layout from another instance.
public PushButtonAppearanceCharacteristics(PushButtonAppearanceCharacteristics other)
The PushButtonAppearanceCharacteristics instance to copy from.
Properties
Gets or sets the relative layout of icon and caption within the button appearance.
public IconAndCaptionPosition IconAndCaptionPosition { get; set; }
The icon/caption layout.
Gets the options that control icon scaling and positioning within the widget rectangle.
public IconFitOptions IconFitOptions { get; }
The icon fit options.
Gets or sets the caption shown while the mouse button is pressed.
public string MouseDownCaption { get; set; }
The pressed caption.
Gets or sets the icon used while the mouse button is pressed.
Gets or sets the caption shown during mouse-over.
public string MouseOverCaption { get; set; }
The hover caption.
Gets or sets the icon used during mouse-over.
Gets or sets the icon used in the default state.
public FormSource NormalIconSource { get; set; }
The default state icon FormSource.