PolylineAnnotation.IsFreeDrawPlacement Property

Definition

Gets or sets a flag that determines whether an annotation should be placed using the free-draw mode.

public:
 virtual property bool IsFreeDrawPlacement { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public virtual bool IsFreeDrawPlacement { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.IsFreeDrawPlacement : bool with get, set
Public Overridable Property IsFreeDrawPlacement As Boolean

Property Value

true if an annotation should be placed using free-draw mode; otherwise,false. The default value is false.

Attributes

Remarks

Two different placement modes are supported when the BeginPlacement method is called. Set the IsFreeDrawPlacement property to true to switch from the default mode to free-draw mode, which allows the user to freely-draw while moving the mouse cursor.

Applies to