FarPoint.Win アセンブリ > FarPoint.Win 名前空間 > ElementStyle クラス : MarginBottom プロパティ |
'Declaration Public Overridable Property MarginBottom As Integer
'使用法 Dim instance As ElementStyle Dim value As Integer instance.MarginBottom = value value = instance.MarginBottom
public virtual int MarginBottom {get; set;}
余白はピクセル単位で指定します。
左、右、および上の余白を設定するには、MarginLeft、MarginRight、MarginTopの各プロパティを設定します。
余白値はオブジェクトの端からテキストまでのスペース量を表します。
注意:オブジェクトの内容は余白の内側に配置されます。したがって、それぞれに異なる余白を定義した場合、オブジェクトの内容が期待どおりに配置されないことがあります。たとえば、上と下に異なる余白を定義し、AlignVertプロパティをCenterに設定すると、内容は垂直方向の中央に表示されません。 |