ClassDynamicAppearanceCharacteristics
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:
public class DynamicAppearanceCharacteristics
Inheritance: objectDynamicAppearanceCharacteristics
Derived Classes:
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
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
public RgbColor Background { get; set; }
Property Value
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
The RGB border color or null.