TextSimpleMarkerProperties Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la 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)
Paramètres
- style
- TextMarkerStyle
Valeur énumérée de TextMarkerStyle.
- offset
- Double
Double qui représente la distance entre le début de la ligne et la fin du symbole de marqueur de texte.
- autoNumberingIndex
- Int32
Valeur Int32 qui représente le compteur de numérotation automatique du marqueur de texte de style compteur.
- textParagraphProperties
- TextParagraphProperties
Valeur TextParagraphProperties qui représente les propriétés partagées par chaque caractère de texte du marqueur de texte.