Annotation.Alignment Property

.NET Framework (current version)
 

Gets or sets the content alignment of an annotation.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

abstract Alignment : ContentAlignment with get, set
override Alignment : ContentAlignment with get, set

Property Value

Type: System.Drawing.ContentAlignment

A ContentAlignment enumeration value that represents the content alignment.

This property is used to align text for the Alignment property to align text for TextAnnotation, RectangleAnnotation, EllipseAnnotation and CalloutAnnotation objects, and to align a non-scaled image inside an ImageAnnotation object.

.NET Framework
Available since 4.0
Return to top
Show: