ArrowAnnotation.AnchorAlignment 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置批注到定位点的位置对齐方式。
public:
virtual property System::Drawing::ContentAlignment AnchorAlignment { System::Drawing::ContentAlignment get(); void set(System::Drawing::ContentAlignment value); };
[System.ComponentModel.Browsable(false)]
public override System.Drawing.ContentAlignment AnchorAlignment { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.AnchorAlignment : System.Drawing.ContentAlignment with get, set
Public Overrides Property AnchorAlignment As ContentAlignment
属性值
一个 ContentAlignment 枚举值,表示批注与定位点的对齐方式。
- 属性
注解
批注必须使用或AnchorDataPointAnchorX属性AnchorY进行定位。