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