ToolStripProfessionalRenderer.RoundedEdges 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指出控制項的邊緣是否具有圓角外觀而非方形或尖角外觀。
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
。