New to Telerik Document ProcessingStart a free 30-day trial

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:

C#
public class AnnotationContentSource

Inheritance: objectAnnotationContentSource

Properties

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

C#
public FormSource MouseDownContentSource { get; set; }
Property Value:

The FormSource that provides the pressed appearance.

Gets or sets the appearance used while the pointer hovers over the annotation.

C#
public FormSource MouseOverContentSource { get; set; }
Property Value:

The FormSource that provides the hover appearance.

Gets or sets the appearance used in the default, idle state.

C#
public FormSource NormalContentSource { get; set; }
Property Value:

The FormSource that provides the default appearance.