Class DynamicAppearanceCharacteristics
Defines the dynamic appearance characteristics for widget annotations, including rotation, colors, and visual properties.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.Annotations
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class DynamicAppearanceCharacteristics
Constructors
DynamicAppearanceCharacteristics()
Initializes a new instance of DynamicAppearanceCharacteristics class.
Declaration
public DynamicAppearanceCharacteristics()
DynamicAppearanceCharacteristics(DynamicAppearanceCharacteristics)
Initializes a new instance of DynamicAppearanceCharacteristics class by copying properties 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 for the annotation rectangle. If null, the background will be fully transparent. If not null, then only the R, G, and B values are used; the alpha value is ignored.
Declaration
public RgbColor Background { get; set; }
Property Value
RgbColor
The RGB color for the background, or null for transparent background. |
BorderColor
Gets or sets the border color for the annotation. If null, the border will be fully transparent. If not null, then only the R, G, and B values are used; the alpha value is ignored.
Declaration
public RgbColor BorderColor { get; set; }
Property Value
RgbColor
The RGB color for the border, or null for transparent border. |
Rotation
Gets or sets the rotation angle for the widget appearance content within the annotation rectangle.
Declaration
public Rotation Rotation { get; set; }
Property Value
Rotation
The rotation value that determines how the content is oriented. |