Class DynamicAppearanceCharacteristics
Viewer-driven appearance settings for widgets, such as rotation and optional border/background colors used to synthesize visuals.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.Annotations
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class DynamicAppearanceCharacteristics
Constructors
DynamicAppearanceCharacteristics()
Create default characteristics with zero rotation and no colors.
Declaration
public DynamicAppearanceCharacteristics()
DynamicAppearanceCharacteristics(DynamicAppearanceCharacteristics)
Copy rotation and colors from another instance.
Declaration
public DynamicAppearanceCharacteristics(DynamicAppearanceCharacteristics other)
Parameters
|
DynamicAppearanceCharacteristics
other
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
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
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
public Rotation Rotation { get; set; }
Property Value
|
Rotation
The rotation orientation. |