'Declaration <DefaultValueAttribute(False)> <CategoryAttribute("VintaSoft, Annotation")> <DescriptionAttribute("A value indicating whether the annotation can be built/transformed only in specified region.")> Public Property IsAnnotationBoundingRectEnabled As Boolean
[DefaultValue(False)] [Category("VintaSoft, Annotation")] [Description("A value indicating whether the annotation can be built/transformed only in specified region.")] public bool IsAnnotationBoundingRectEnabled { get; set; }
[DefaultValue(False)] [Category("VintaSoft, Annotation")] [Description("A value indicating whether the annotation can be built/transformed only in specified region.")] public: __property bool get_IsAnnotationBoundingRectEnabled(); public: __property void set_IsAnnotationBoundingRectEnabled(
bool value
);
[DefaultValue(False)] [Category("VintaSoft, Annotation")] [Description("A value indicating 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.