TextTabProperties(TextTabAlignment, Double, Int32, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the TextTabProperties class by specifying tab properties.
public:
TextTabProperties(System::Windows::Media::TextFormatting::TextTabAlignment alignment, double location, int tabLeader, int aligningChar);
public TextTabProperties (System.Windows.Media.TextFormatting.TextTabAlignment alignment, double location, int tabLeader, int aligningChar);
new System.Windows.Media.TextFormatting.TextTabProperties : System.Windows.Media.TextFormatting.TextTabAlignment * double * int * int -> System.Windows.Media.TextFormatting.TextTabProperties
Public Sub New (alignment As TextTabAlignment, location As Double, tabLeader As Integer, aligningChar As Integer)
Parameters
- alignment
- TextTabAlignment
An enumerated value of TextTabAlignment that represents the alignment of text at the tab location.
- aligningChar
- Int32
An Int32 value that represents the specific character in text that is aligned at tab location.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.