New to Telerik Document ProcessingStart a free 30-day trial

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:

C#
public class DynamicAppearanceCharacteristics

Inheritance: objectDynamicAppearanceCharacteristics

Derived Classes: ButtonAppearanceCharacteristics

Constructors

Create default characteristics with zero rotation and no colors.

C#
public DynamicAppearanceCharacteristics()

Copy rotation and colors from another instance.

C#
public DynamicAppearanceCharacteristics(DynamicAppearanceCharacteristics other)
Parameters:otherDynamicAppearanceCharacteristics

The DynamicAppearanceCharacteristics instance to copy from.

Properties

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

C#
public RgbColor Background { get; set; }
Property Value:

The RGB background color or null.

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

C#
public RgbColor BorderColor { get; set; }
Property Value:

The RGB border color or null.

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

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

The rotation orientation.