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