ArrowAnnotation.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 。