Version

TextMarkerEventArgs Class Members

The following tables list the members exposed by TextMarkerEventArgs.

Public Constructors
 NameDescription
Public ConstructorTextMarkerEventArgs Constructor  
Public Properties
 NameDescription
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyDataGets the data context.  
Public PropertyFontColorGets or sets the color of the font used to render the marker.  
Public PropertyFontFamilyGets or sets the font family of the font used to render the marker.  
Public PropertyFontSizeGets or sets the size of the font used to render the marker.  
Public PropertyFontStyleGets or sets the style of the font used to render the marker.  
Public PropertyOffsetGets or sets the distance to offset the text from the marker location.  
Public PropertyTextGets or sets the text to be displayed in the marker.  
See Also