Alignment Property (Common)

Sets or returns the specified alignment for the style. The default value is Alignment.NotSet.

public virtual System.Web.UI.MobileControls.Alignment Alignment {
   get,
   set
}

Remarks

The Alignment property can be set to any of the following values.

Value Description
Alignment.NotSet No alignment is set for the specified object.
Alignment.Left Aligns to the left.
Alignment.Center Aligns to the center.
Alignment.Right Aligns to the right.

See Also

Alignment Enumeration

Applies to: MobileControl Class