New to Telerik Document ProcessingStart a free 30-day trial

Appearance settings for button widgets, extending dynamic characteristics with caption text for interaction states.

Definition

Namespace:Telerik.Windows.Documents.Fixed.Model.Annotations

Assembly:Telerik.Windows.Documents.Fixed.dll

Syntax:

C#
public class ButtonAppearanceCharacteristics : DynamicAppearanceCharacteristics

Inheritance: objectDynamicAppearanceCharacteristicsButtonAppearanceCharacteristics

Derived Classes: PushButtonAppearanceCharacteristics

Inherited Members DynamicAppearanceCharacteristics.RotationDynamicAppearanceCharacteristics.BorderColorDynamicAppearanceCharacteristics.Background

Constructors

Create default button appearance characteristics; customize caption and inherited visual properties as needed.

C#
public ButtonAppearanceCharacteristics()

Copy all appearance settings from another instance.

C#
public ButtonAppearanceCharacteristics(ButtonAppearanceCharacteristics other)
Parameters:otherButtonAppearanceCharacteristics

Other ButtonAppearanceCharacteristics instance to copy from.

Properties

Gets or sets the button caption shown in the default state, used by viewers when generating dynamic appearance.

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

The text that appears on the button in its default state.