'Declaration
Public Property MinZoomFactor As Single
'Usage
Dim instance As FpSpread Dim value As Single instance.MinZoomFactor = value value = instance.MinZoomFactor
public float MinZoomFactor {get; set;}
'Declaration
Public Property MinZoomFactor As Single
'Usage
Dim instance As FpSpread Dim value As Single instance.MinZoomFactor = value value = instance.MinZoomFactor
public float MinZoomFactor {get; set;}
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | The assigned value is greater than 4 or less than 0.1. |