TextSimpleMarkerProperties 생성자

정의

TextSimpleMarkerProperties 클래스의 새 인스턴스를 초기화합니다.

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)

매개 변수

style
TextMarkerStyle

의 열거형 값입니다 TextMarkerStyle.

offset
Double

Double 줄의 시작에서 텍스트 표식 기호의 끝까지의 거리를 나타내는 A입니다.

autoNumberingIndex
Int32

Int32 카운터 스타일 텍스트 표식의 자동 번호 매기기 카운터를 나타내는 값입니다.

textParagraphProperties
TextParagraphProperties

TextParagraphProperties 텍스트 표식의 모든 텍스트 문자가 공유하는 속성을 나타내는 값입니다.

적용 대상