PowerTools PlusPak for Windows Forms 8.0J
AllCornerRadius プロパティ

すべての角の半径を取得または設定します。
構文
Public Property AllCornerRadius As Single
public float AllCornerRadius {get; set;}

プロパティ値

すべての角の半径が同じである場合は、その半径を示す System.Single 値。それ以外の場合は -1 を返します。0f0.5f の値を指定できます。
例外
例外解説
System.ArgumentOutOfRangeException設定値が 0f より小さいか、0.5f を超えています。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

RoundedBorder クラス
RoundedBorder メンバ
TopLeftCornerRadius プロパティ
TopRightCornerRadius プロパティ
BottomLeftCornerRadius プロパティ
BottomRightCornerRadius プロパティ

Send Feedback