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