'Declaration <DefaultValueAttribute(False)> <DescriptionAttribute("A value indicating whether the annotation's height depends on the document content size.")> Public Property AutoHeight As Boolean
[DefaultValue(False)] [Description("A value indicating whether the annotation's height depends on the document content size.")] public bool AutoHeight { get; set; }
[DefaultValue(False)] [Description("A value indicating whether the annotation's height depends on the document content size.")] public: __property bool get_AutoHeight(); public: __property void set_AutoHeight(
bool value
);
[DefaultValue(False)] [Description("A value indicating whether the annotation's height depends on the document content size.")] public:
property bool AutoHeight { bool get(); void set(bool value); }
Property Value
Значение по умолчанию - false.