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 設定して固定する AnchorX 必要 AnchorY があります。 その X プロパティと Y プロパティは に設定する NaN必要があります。

適用対象