PrintDocument for WinForms
TextPosition プロパティ (Style)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > Style クラス : TextPosition プロパティ
Gets or sets a value indicating whether text is rendered normally, or as superscript or subscript.
シンタックス
'宣言
 
Public Property TextPosition As TextPositionEnum
'使用法
 
Dim instance As Style
Dim value As TextPositionEnum
 
instance.TextPosition = value
 
value = instance.TextPosition
public TextPositionEnum TextPosition {get; set;}
解説
This property is non-ambient (inherited from the Style.Parent of the current style if not explicitly set).

The default is normal text.

参照

Style クラス
Style メンバ