'Declaration Public Property HangingIndentation As System.Nullable(Of Single)
public System.Nullable<float> HangingIndentation { get; set; }
public: __property System.Nullable<float> get_HangingIndentation(); public: __property void set_HangingIndentation(
System.Nullable<float> value
);
public:
property System.Nullable<float> HangingIndentation { System.Nullable<float> get(); void set(System.Nullable<float> value); }