TextSimpleMarkerProperties Konstruktor
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Inicializuje novou instanci TextSimpleMarkerProperties třídy.
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)
Parametry
- style
- TextMarkerStyle
Výčtová hodnota TextMarkerStyle.
- offset
- Double
A Double , který představuje vzdálenost od začátku řádku na konec symbolu textové značky.
- autoNumberingIndex
- Int32
Hodnota Int32 , která představuje čítač automatického číslování textové značky ve stylu čítače.
- textParagraphProperties
- TextParagraphProperties
Hodnota TextParagraphProperties , která představuje vlastnosti sdílené každým textovým znakem textové značky.