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 值,该值表示批注的内容对齐方式。

属性

注解

此属性用于对齐 、 EllipseAnnotationRectangleAnnotationCalloutAnnotation 对象的文本TextAnnotation,以及对齐对象内的ImageAnnotation非缩放图像。

适用于