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