'Declaration Public Property CustomHeight As System.Nullable(Of Boolean)
public System.Nullable<bool> CustomHeight { get; set; }
public: __property System.Nullable<bool> get_CustomHeight(); public: __property void set_CustomHeight(
System.Nullable<bool> value
);
public:
property System.Nullable<bool> CustomHeight { System.Nullable<bool> get(); void set(System.Nullable<bool> value); }
Property Value
True, если строка имеет пользовательский формат; в противном случае, false.