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, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.