TextSimpleMarkerProperties Constructor
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Inicializa una nueva instancia de la clase 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)
Parámetros
- style
- TextMarkerStyle
Valor enumerado de TextMarkerStyle.
- offset
- Double
Double que representa la distancia desde el inicio de la línea al final del símbolo marcador de texto.
- autoNumberingIndex
- Int32
Valor Int32 que representa el contador de numeración automática del marcador de texto del estilo de contador.
- textParagraphProperties
- TextParagraphProperties
Valor TextParagraphProperties que representa las propiedades compartidas por todos los caracteres de texto del marcador de texto.