Class
AnnotationContentSource

Holds FormSource instances for normal, hover, and pressed states used to render annotation or widget appearances.

Definition

Namespace:Telerik.Windows.Documents.Fixed.Model.Annotations

Assembly:Telerik.Windows.Documents.Fixed.dll

Syntax:

cs-api-definition
public class AnnotationContentSource

Inheritance: objectAnnotationContentSource

Properties

MouseDownContentSource

Gets or sets the appearance used while the mouse button is pressed.

Declaration

cs-api-definition
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

cs-api-definition
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

cs-api-definition
public FormSource NormalContentSource { get; set; }

Property Value

FormSource

The FormSource that provides the default appearance.