TextSimpleMarkerProperties Constructor

Definition

Initializes a new instance of the TextSimpleMarkerProperties class.

public:
 TextSimpleMarkerProperties(System::Windows::TextMarkerStyle style, double offset, int autoNumberingIndex, System::Windows::Media::TextFormatting::TextParagraphProperties ^ textParagraphProperties);
public TextSimpleMarkerProperties (System.Windows.TextMarkerStyle style, double offset, int autoNumberingIndex, System.Windows.Media.TextFormatting.TextParagraphProperties textParagraphProperties);
new System.Windows.Media.TextFormatting.TextSimpleMarkerProperties : System.Windows.TextMarkerStyle * double * int * System.Windows.Media.TextFormatting.TextParagraphProperties -> System.Windows.Media.TextFormatting.TextSimpleMarkerProperties
Public Sub New (style As TextMarkerStyle, offset As Double, autoNumberingIndex As Integer, textParagraphProperties As TextParagraphProperties)

Parameters

style
TextMarkerStyle

An enumerated value of TextMarkerStyle.

offset
Double

A Double that represents the distance from the start of the line to the end of the text marker symbol.

autoNumberingIndex
Int32

An Int32 value that represents the auto-numbering counter of counter-style text marker.

textParagraphProperties
TextParagraphProperties

A TextParagraphProperties value that represents the properties shared by every text character of the text marker.

Applies to