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


C1.WPF.Document.4.6.2 アセンブリ > C1.WPF.Document 名前空間 > Border クラス : Width プロパティ
境界線のすべての辺の幅を取得または設定します。境界線の辺ごとに幅が異なる場合は、null を取得します。このプロパティを null に設定しても、効果はありません。
シンタックス
'宣言
 
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 メンバ