RichTextBox.AutoSize 屬性

定義

這個屬性與這個類別無關。

public:
 virtual property bool AutoSize { bool get(); void set(bool value); };
public override bool AutoSize { get; set; }
[System.ComponentModel.Browsable(false)]
public override bool AutoSize { get; set; }
member this.AutoSize : bool with get, set
[<System.ComponentModel.Browsable(false)>]
member this.AutoSize : bool with get, set
Public Overrides Property AutoSize As Boolean

屬性值

Boolean

如果已啟用,則為 true,否則為 false

屬性

備註

  • 這個屬性與這個類別無關。

適用於