Class AnnotationContentSource
Holds FormSource instances for normal, hover, and pressed states used to render annotation or widget appearances.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.Annotations
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class AnnotationContentSource
Properties
MouseDownContentSource
Gets or sets the appearance used while the mouse button is pressed.
Declaration
public FormSource MouseDownContentSource { get; set; }
Property Value
|
FormSource
The FormSource that provides the pressed appearance. |
MouseOverContentSource
Gets or sets the appearance used while the pointer hovers over the annotation.
Declaration
public FormSource MouseOverContentSource { get; set; }
Property Value
|
FormSource
The FormSource that provides the hover appearance. |
NormalContentSource
Gets or sets the appearance used in the default, idle state.
Declaration
public FormSource NormalContentSource { get; set; }
Property Value
|
FormSource
The FormSource that provides the default appearance. |