Leadtools.Jpip Namespace > RangeF Class : StartValue Property |
public Nullable<float> StartValue {get;}
'Declaration Public ReadOnly Property StartValue As Nullable(Of Single)
'Usage Dim instance As RangeF Dim value As Nullable(Of Single) value = instance.StartValue
public: property Nullable<float> StartValue { Nullable<float> get(); }