New to Telerik Document ProcessingStart a free 30-day trial

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:

C#
public class PushButtonAppearanceCharacteristics : ButtonAppearanceCharacteristics

Inheritance: objectDynamicAppearanceCharacteristicsButtonAppearanceCharacteristicsPushButtonAppearanceCharacteristics

Inherited Members ButtonAppearanceCharacteristics.NormalCaptionDynamicAppearanceCharacteristics.RotationDynamicAppearanceCharacteristics.BorderColorDynamicAppearanceCharacteristics.Background

Constructors

Create default push button appearance settings with no icon and caption-only layout.

C#
public PushButtonAppearanceCharacteristics()

Copy captions, icons, icon fit, and layout from another instance.

C#
public PushButtonAppearanceCharacteristics(PushButtonAppearanceCharacteristics other)
Parameters:otherPushButtonAppearanceCharacteristics

The PushButtonAppearanceCharacteristics instance to copy from.

Properties

Gets or sets the relative layout of icon and caption within the button appearance.

C#
public IconAndCaptionPosition IconAndCaptionPosition { get; set; }
Property Value:

The icon/caption layout.

Gets the options that control icon scaling and positioning within the widget rectangle.

C#
public IconFitOptions IconFitOptions { get; }
Property Value:

The icon fit options.

Gets or sets the caption shown while the mouse button is pressed.

C#
public string MouseDownCaption { get; set; }
Property Value:

The pressed caption.

Gets or sets the icon used while the mouse button is pressed.

C#
public FormSource MouseDownIconSource { get; set; }
Property Value:

The pressed icon FormSource.

Gets or sets the caption shown during mouse-over.

C#
public string MouseOverCaption { get; set; }
Property Value:

The hover caption.

Gets or sets the icon used during mouse-over.

C#
public FormSource MouseOverIconSource { get; set; }
Property Value:

The hover icon FormSource.

Gets or sets the icon used in the default state.

C#
public FormSource NormalIconSource { get; set; }
Property Value:

The default state icon FormSource.