PrintDocument for WinForms
TabPositions プロパティ (RenderTextBase)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderTextBase クラス : TabPositions プロパティ
Gets the collection of TabPosition objects representing tab stops associated with the current text.
シンタックス
'宣言
 
Public ReadOnly Property TabPositions As TabPositionCollection
'使用法
 
Dim instance As RenderTextBase
Dim value As TabPositionCollection
 
value = instance.TabPositions
public TabPositionCollection TabPositions {get;}
解説
This method always returns a non-nullTabPositionCollection, initializing it if it did not exist. To test whether the current object has any tab stops defined without creating the RenderTextBase.TabPositions collection, use the RenderTextBase.HasTabPositions property.
参照

RenderTextBase クラス
RenderTextBase メンバ