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


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

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

The default is no borders.

参照

Style クラス
Style メンバ