PolylineAnnotation.IsFreeDrawPlacement 属性
定义
获取或设置一个标志,该标志确定是否应使用自由绘制模式放置批注。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
属性值
true 如果应使用自由绘制模式放置批注,则为;否则为 false 。true if an annotation should be placed using free-draw mode; otherwise,false. 默认值是 false。The default value is false.
- 属性
注解
调用方法时,支持两种不同的放置模式 BeginPlacement 。Two different placement modes are supported when the BeginPlacement method is called. 将 IsFreeDrawPlacement 属性设置为以 true 从默认模式切换为自由绘制模式,这允许用户在移动鼠标光标时自由绘制。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.