TextSimpleMarkerProperties Construtor
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Inicializa uma nova instância da TextSimpleMarkerProperties classe.
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)
Parâmetros
- style
- TextMarkerStyle
Um valor enumerado de TextMarkerStyle.
- offset
- Double
A Double que representa a distância desde o início da linha até ao fim do símbolo do marcador de texto.
- autoNumberingIndex
- Int32
Um Int32 valor que representa o contador de autonumeração do marcador de texto de estilo contador.
- textParagraphProperties
- TextParagraphProperties
Um TextParagraphProperties valor que representa as propriedades partilhadas por cada carácter de texto do marcador de texto.