ImageAnnotation.Alignment Property

Definition

Gets or sets the alignment of the annotation image.

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

Property Value

A ContentAlignment value that represents the alignment of the annotation image.

Remarks

This property is used to align a non-scaled image.

Applies to