'Declaration <DefaultValueAttribute(True)> <BrowsableAttribute(False)> Public Property IsZoomingEnabled As Boolean
[DefaultValue(True)] [Browsable(False)] public bool IsZoomingEnabled { get; set; }
Property Value
True if zooming is enabled; otherwise, false. Default value is true.