'Declaration <DefaultValueAttribute(False)> <DescriptionAttribute("A value indicating whether the annotation can be built only in specified region.")> Public Property IsAnnotationBoundingRectEnabled As Boolean
[DefaultValue(False)] [Description("A value indicating whether the annotation can be built only in specified region.")] public bool IsAnnotationBoundingRectEnabled { get; set; }
[DefaultValue(False)] [Description("A value indicating whether the annotation can be built only in specified region.")] public: __property bool get_IsAnnotationBoundingRectEnabled(); public: __property void set_IsAnnotationBoundingRectEnabled(
bool value
);
[DefaultValue(False)] [Description("A value indicating whether the annotation can be built only in specified region.")] public:
property bool IsAnnotationBoundingRectEnabled { bool get(); void set(bool value); }
Property Value
true - аннотация может быть построена только в регионе, указанном свойством AnnotationBoundingRect; false - аннотацию можно создавать везде.