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

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

プロパティ値

右上の角で使用する半径(短辺に対する割合)を示す System.Single 値。デフォルト値は 0f です。
例外
例外解説
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 メンバ
AllCornerRadius プロパティ
TopLeftCornerRadius プロパティ
BottomLeftCornerRadius プロパティ
BottomRightCornerRadius プロパティ

Send Feedback