public Nullable<float> XFrom { get; set; }
Public Property XFrom As Nullable(Of Single) Get Set
public: property Nullable<float> XFrom { Nullable<float> get (); void set (Nullable<float> value); }