ArrowAnnotation.AnchorAlignment 属性

定义

获取或设置批注到定位点的位置对齐方式。

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进行定位。

X 属性 Y 必须设置为 NaN

适用于