Class AnnotationContentSource
Represents the FormSource instances used for displaying the widget content.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.Annotations
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class AnnotationContentSource
Constructors
AnnotationContentSource()
Declaration
public AnnotationContentSource()
Properties
MouseDownContentSource
Gets or sets the content source displayed when the mouse button is pressed down on the annotation.
Declaration
public FormSource MouseDownContentSource { get; set; }
Property Value
FormSource
The FormSource that provides the pressed appearance. |
MouseOverContentSource
Gets or sets the content source displayed when the mouse cursor is hovering over the annotation.
Declaration
public FormSource MouseOverContentSource { get; set; }
Property Value
FormSource
The FormSource that provides the hover appearance. |
NormalContentSource
Gets or sets the content source displayed when the annotation is in its normal state (not being interacted with).
Declaration
public FormSource NormalContentSource { get; set; }
Property Value
FormSource
The FormSource that provides the default appearance. |