PowerTools SPREAD for Windows Forms 8.0J
Inset プロパティ (LineBorder)


境界線のインセットを取得します。
構文
'Declaration
 
Public ReadOnly Property Inset As Inset
'使用法
 
Dim instance As LineBorder
Dim value As Inset
 
value = instance.Inset
public Inset Inset {get;}

プロパティ値

この境界線の余白(インセット)を含む Inset オブジェクト
解説

各辺に線が描画されるかどうかを取得するには、BottomLeftRightTopの各プロパティを取得します。境界線の色と幅を取得するには、ColorプロパティとThicknessプロパティを取得します。

このプロパティが使用できるのは実行時のみです。

参照

LineBorder クラス
LineBorder メンバ
Bottom プロパティ
Color プロパティ
Left プロパティ
Right プロパティ
Thickness プロパティ
Top プロパティ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.