FlexReport for WinForms
Borders プロパティ (Style)


C1.Document アセンブリ > C1.Document 名前空間 > Style クラス : Borders プロパティ
Gets or sets the borders drawn around the current style's owner object.
シンタックス
'宣言
 
Public Property Borders As IBorder
'使用法
 
Dim instance As Style
Dim value As IBorder
 
instance.Borders = value
 
value = instance.Borders
public IBorder Borders {get; set;}
解説
Borders are drawn within the Spacing area, and contain Padding.

This property is non-ambient (inherited from the Parent of the current style if not explicitly set).

The default is no borders.

参照

参照

Style クラス
Style メンバ