ToolStripProfessionalRenderer.RoundedEdges プロパティ

定義

コントロールのエッジが四角形またはシャープな外観ではなく丸いかどうかを示す値を取得または設定します。

public:
 property bool RoundedEdges { bool get(); void set(bool value); };
public bool RoundedEdges { get; set; }
member this.RoundedEdges : bool with get, set
Public Property RoundedEdges As Boolean

プロパティ値

true コントロールエッジを丸める。それ以外の場合は false

適用対象