TextSimpleMarkerProperties Costruttore
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Inizializza una nuova istanza della classe 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)
Parametri
- style
- TextMarkerStyle
Valore enumerato di TextMarkerStyle.
- offset
- Double
Valore Double che rappresenta la distanza dall’inizio della riga al simbolo del marcatore della fine del testo.
- autoNumberingIndex
- Int32
Un valore Int32 che rappresenta il contatore di numerazione automatica del marcatore di testo di tipo contatore.
- textParagraphProperties
- TextParagraphProperties
Valore TextParagraphProperties che rappresenta le proprietà condivise da ogni carattere di testo del marcatore di testo.