Class
DynamicAppearanceCharacteristics

Viewer-driven appearance settings for widgets, such as rotation and optional border/background colors used to synthesize visuals.

Definition

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

Assembly:Telerik.Windows.Documents.Fixed.dll

Syntax:

cs-api-definition
public class DynamicAppearanceCharacteristics

Inheritance: objectDynamicAppearanceCharacteristics

Derived Classes: ButtonAppearanceCharacteristics

Constructors

DynamicAppearanceCharacteristics()

Create default characteristics with zero rotation and no colors.

Declaration

cs-api-definition
public DynamicAppearanceCharacteristics()

DynamicAppearanceCharacteristics(DynamicAppearanceCharacteristics)

Copy rotation and colors from another instance.

Declaration

cs-api-definition
public DynamicAppearanceCharacteristics(DynamicAppearanceCharacteristics other)

Parameters

other

DynamicAppearanceCharacteristics

The DynamicAppearanceCharacteristics instance to copy from.

Properties

Background

Gets or sets the background color; when null the background is fully transparent. Only RGB channels are used by viewers (alpha is ignored).

Declaration

cs-api-definition
public RgbColor Background { get; set; }

Property Value

RgbColor

The RGB background color or null.

BorderColor

Gets or sets the border color; when null the border is fully transparent. Only RGB channels are used by viewers (alpha is ignored).

Declaration

cs-api-definition
public RgbColor BorderColor { get; set; }

Property Value

RgbColor

The RGB border color or null.

Rotation

Gets or sets the rotation applied when rendering the widget content within its rectangle.

Declaration

cs-api-definition
public Rotation Rotation { get; set; }

Property Value

Rotation

The rotation orientation.