Class DynamicAppearanceCharacteristics
Represents the characteristics of Widget annotation dynamic appearance.
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 its properties from other instance.
Declaration
public DynamicAppearanceCharacteristics(DynamicAppearanceCharacteristics other)
Parameters
DynamicAppearanceCharacteristics
other
Other DynamicAppearanceCharacteristics instance. |
Properties
Background
Gets or sets the annotation rectangle background color. If null the background will be fully transparent. If not null, then only the R, G and B values are accounted and the alpha value is ignored.
Declaration
public RgbColor Background { get; set; }
Property Value
RgbColor
|
BorderColor
Gets or sets the border color. If null the border will be fully transparent. If not null, then only the R, G and B values are accounted and the alpha value is ignored.
Declaration
public RgbColor BorderColor { get; set; }
Property Value
RgbColor
|
Rotation
Gets or sets the rotation of the Widget appearance content within the annotation rectangle.
Declaration
public Rotation Rotation { get; set; }
Property Value
Rotation
|