Edit

Share via


TextTabProperties(TextTabAlignment, Double, Int32, Int32) Constructor

Definition

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.

___location
Double

A Double value that represents the tab ___location.

tabLeader
Int32

An Int32 value that represents the tab leader.

aligningChar
Int32

An Int32 value that represents the specific character in text that is aligned at tab ___location.

Applies to