TextTabProperties Class
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.
Specifies properties of user-defined tabs.
public ref class TextTabProperties
public class TextTabProperties
type TextTabProperties = class
Public Class TextTabProperties
- Inheritance
-
TextTabProperties
Constructors
TextTabProperties(TextTabAlignment, Double, Int32, Int32) |
Initializes a new instance of the TextTabProperties class by specifying tab properties. |
Properties
AligningCharacter |
Gets the index of the specific character in the text that is aligned at the specified tab location. |
Alignment |
Gets the alignment style of the text at the tab location. |
Location |
Gets the index value of the tab location. |
TabLeader |
Gets the index of the character that is used to display the tab leader. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |