'Declaration Public ReadOnly Property Bottom As Integer
'使用法 Dim instance As Inset Dim value As Integer value = instance.Bottom
public int Bottom {get;}
左、右、上の各余白(インセット)を取得するには、次の各プロパティの値を取得します。
余白(インセット)を設定するには、Inset クラスのコンストラクタを使用します。
Inset クラス Inset メンバ Inset Constructor(Int32) Inset Constructor(Int32,Int32) Inset Constructor(Int32,Int32,Int32,Int32) Left プロパティ Right プロパティ Top プロパティ
© 2004-2015, GrapeCity inc. All rights reserved.