ZoomSteps Property (C1PreviewPane)
In This Topic
Gets or sets the array of preset zoom factors.
Syntax
'Declaration
Public Property ZoomSteps As Single()
public float[] ZoomSteps {get; set;}
Property Value
The array of float values used as preset zoom factors.
See Also