Class AnnotationContentSource
Represents the Form
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 on the widget.
Declaration
public FormSource MouseDownContentSource { get; set; }
Property Value
MouseOverContentSource
Gets or sets the content source displayed when the mouse is over the widget.
Declaration
public FormSource MouseOverContentSource { get; set; }
Property Value
NormalContentSource
Gets or sets the normal content source displayed when the mouse is not interacting with the widget.
Declaration
public FormSource NormalContentSource { get; set; }