共用方式為


Annotation.AnchorAlignment 屬性

定義

取得或設定註解相對於錨點的對齊位置。

public:
 virtual property System::Drawing::ContentAlignment AnchorAlignment { System::Drawing::ContentAlignment get(); void set(System::Drawing::ContentAlignment value); };
public virtual System.Drawing.ContentAlignment AnchorAlignment { get; set; }
member this.AnchorAlignment : System.Drawing.ContentAlignment with get, set
Public Overridable Property AnchorAlignment As ContentAlignment

屬性值

ContentAlignment 列舉值,表示註釋相對於錨點的對齊方式。

備註

批註必須使用 屬性來錨定,或藉由 AnchorDataPoint 設定 AnchorXAnchorY 屬性來錨定。 其 XY 屬性必須設定為 NaN

適用於