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