GetTabStops()
StringFormat::GetTabStops(float&) const method
Returns the tab stops for the current StringFormat object.
ArrayPtr<float> System::Drawing::StringFormat::GetTabStops(float &first_tab_offset) const
Arguments
Parameter | Type | Description |
---|---|---|
first_tab_offset | float& | Output argumnt; Contains the number of spaces between the beginning of a text line and the first tab stop |
Return Value
An array containing values which are the numbers of spaces between tab stops
See Also
- Typedef ArrayPtr
- Class StringFormat
- Namespace System::Drawing
- Library Aspose.Slides