LineAnnotation.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 值,该值表示批注相对于定位点的对齐方式。
- 属性
注解
必须使用 、 或 AnchorX 和 AnchorY 属性来锚定AnchorDataPoint批注。 其 X 和 Y 属性必须设置为 NaN。