AnnotationGroup.AllowResizing Property

Definition

Gets or sets a flag that specifies whether an annotation may be resized with a mouse by the end user.

public:
 virtual property bool AllowResizing { bool get(); void set(bool value); };
public override bool AllowResizing { get; set; }
member this.AllowResizing : bool with get, set
Public Overrides Property AllowResizing As Boolean

Property Value

true if the annotation may be resized; otherwise,false.

Applies to