GrapeCity.Win.PluginInputMan アセンブリ > GrapeCity.Win.Spread.InputMan.CellType 名前空間 > FlatButtonAppearance クラス : BorderSize プロパティ |
'Declaration
Public Property BorderSize As Integer
'使用法
Dim instance As FlatButtonAppearance Dim value As Integer instance.BorderSize = value value = instance.BorderSize
public int BorderSize {get; set;}
例外 | 説明 |
---|---|
System.ArgumentOutOfRangeException | フラットボタンのBorderSizeは0以上にする必要があります。 |