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
Create default characteristics with zero rotation and no colors.
public DynamicAppearanceCharacteristics()
Copy rotation and colors from another instance.
public DynamicAppearanceCharacteristics(DynamicAppearanceCharacteristics other)
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).
public RgbColor Background { get; set; }
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).
public RgbColor BorderColor { get; set; }
The RGB border color or null.