共用方式為


AnnotationGroup.Alignment 屬性

定義

取得或設定註釋的內容對齊方式。

public:
 virtual property System::Drawing::ContentAlignment Alignment { System::Drawing::ContentAlignment get(); void set(System::Drawing::ContentAlignment value); };
[System.ComponentModel.Browsable(false)]
public override System.Drawing.ContentAlignment Alignment { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Alignment : System.Drawing.ContentAlignment with get, set
Public Overrides Property Alignment As ContentAlignment

屬性值

ContentAlignment

ContentAlignment 值,表示註解的內容對齊方式。

屬性

備註

這個屬性是用來對齊 TextAnnotationRectangleAnnotation 和物件的 EllipseAnnotation 文字 CalloutAnnotation ,以及對齊物件內的 nonscaled 影像 ImageAnnotation

適用於