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