Class
ButtonAppearanceCharacteristics

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:

cs-api-definition
public class ButtonAppearanceCharacteristics : DynamicAppearanceCharacteristics

Inheritance: objectDynamicAppearanceCharacteristicsButtonAppearanceCharacteristics

Derived Classes: PushButtonAppearanceCharacteristics

Inherited Members DynamicAppearanceCharacteristics.RotationDynamicAppearanceCharacteristics.BorderColorDynamicAppearanceCharacteristics.Background

Constructors

ButtonAppearanceCharacteristics()

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

Declaration

cs-api-definition
public ButtonAppearanceCharacteristics()

ButtonAppearanceCharacteristics(ButtonAppearanceCharacteristics)

Copy all appearance settings from another instance.

Declaration

cs-api-definition
public ButtonAppearanceCharacteristics(ButtonAppearanceCharacteristics other)

Parameters

other

ButtonAppearanceCharacteristics

Other ButtonAppearanceCharacteristics instance to copy from.

Properties

NormalCaption

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

Declaration

cs-api-definition
public string NormalCaption { get; set; }

Property Value

string

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