[PublicAPIAttribute]
public bool IsExpandedByDefault { get; set; }<PublicAPIAttribute>
Public Property IsExpandedByDefault As Boolean
Get
Setpublic:
[PublicAPIAttribute]
property bool IsExpandedByDefault {
bool get ();
void set (bool value);
}[<PublicAPIAttribute>]
member IsExpandedByDefault : bool with get, set