FlexReport for WinForms
Width プロパティ (Border)


C1.Document アセンブリ > C1.Document 名前空間 > Border クラス : Width プロパティ
Gets or sets the width of all sides of the border. If different sides of the border have different widths, gets null. Setting this property to null does not have any effect.
シンタックス
'宣言
 
Public Property Width As System.Nullable(Of Double)
'使用法
 
Dim instance As Border
Dim value As System.Nullable(Of Double)
 
instance.Width = value
 
value = instance.Width
public System.Nullable<double> Width {get; set;}
参照

参照

Border クラス
Border メンバ