FlexReport for WinForms
VerticalLines フィールド (C1TextLayout)


C1.Document.4.6.2 アセンブリ > C1.Document.Util 名前空間 > C1TextLayout クラス : VerticalLines フィールド
Gets or sets a value indicating whether the lines of text should go from left to right or from right to left. This property is used only if C1TextLayout.TextAngle specifies not a right angle (not 0, 90, 180 or 270). Null indicates that direction will be autocalculated on the base of C1TextLayout.TextAngle, C1TextLayout.MaxWidth, C1TextLayout.MaxHeight.
シンタックス
'宣言
 
Public VerticalLines As System.Nullable(Of Boolean)
'使用法
 
Dim instance As C1TextLayout
Dim value As System.Nullable(Of Boolean)
 
value = instance.VerticalLines
 
instance.VerticalLines = value
public System.Nullable<bool> VerticalLines
参照

参照

C1TextLayout クラス
C1TextLayout メンバ