PolylineAnnotation.IsFreeDrawPlacement Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.