다음을 통해 공유


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입니다.

autoNumberingIndex
Int32

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

textParagraphProperties
TextParagraphProperties

텍스트 마커의 모든 텍스트 문자에서 공유하는 속성을 나타내는 TextParagraphProperties 값입니다.

적용 대상