'Declaration <CategoryAttribute("VintaSoft, Annotation")> <DefaultValueAttribute(False)> <DescriptionAttribute("Determines whether the annotation can be built/transformed only in specified region.")> Public Property IsAnnotationBoundingRectEnabled As Boolean
[Category("VintaSoft, Annotation")] [DefaultValue(False)] [Description("Determines whether the annotation can be built/transformed only in specified region.")] public bool IsAnnotationBoundingRectEnabled { get; set; }
[Category("VintaSoft, Annotation")] [DefaultValue(False)] [Description("Determines whether the annotation can be built/transformed only in specified region.")] public: __property bool get_IsAnnotationBoundingRectEnabled(); public: __property void set_IsAnnotationBoundingRectEnabled(
bool value
);
[Category("VintaSoft, Annotation")] [DefaultValue(False)] [Description("Determines whether the annotation can be built/transformed only in specified region.")] public:
property bool IsAnnotationBoundingRectEnabled { bool get(); void set(bool value); }
Property Value
true - annotation can be built/transformed only in region specified by the AnnotationBoundingRect property; false - annotation can be built/transformed everywhere.