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