public bool TextPositionManuallySet { get; set; }Public Property TextPositionManuallySet As Boolean
Get
Setpublic:
property bool TextPositionManuallySet {
bool get ();
void set (bool value);
}member TextPositionManuallySet : bool with get, set