LineAnnotation.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 值,该值表示批注相对于定位点的对齐方式。

属性

注解

必须使用 、 或 和 AnchorY 属性来AnchorX定位AnchorDataPoint批注。 其 XY 属性必须设置为 NaN

适用于