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