IsAnnotationBoundingRectEnabled Property (AnnotationViewer)
Gets or sets a value indicating whether the annotation can be built/transformed only in specified region.
'Declaration
<DescriptionAttribute("Determines whether the annotation can be built/transformed only in specified region.")>
<DefaultValueAttribute()>
<CategoryAttribute("VintaSoft, Annotation")>
Public Property IsAnnotationBoundingRectEnabled As Boolean
[Description("Determines whether the annotation can be built/transformed only in specified region.")]
[DefaultValue()]
[Category("VintaSoft, Annotation")]
public bool IsAnnotationBoundingRectEnabled {get; set;}
[Description("Determines whether the annotation can be built/transformed only in specified region.")]
[DefaultValue()]
[Category("VintaSoft, Annotation")]
public: __property bool get_IsAnnotationBoundingRectEnabled();
public: __property void set_IsAnnotationBoundingRectEnabled(
bool value
);
[Description("Determines whether the annotation can be built/transformed only in specified region.")]
[DefaultValue()]
[Category("VintaSoft, Annotation")]
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.
Target Platforms: Windows 10, Windows 8, Windows 7, Windows Vista, Windows XP, Windows Server 2012, Windows Server 2008, Windows Server 2003