You are here: Ektron Namespace > Server Controls API > Ektron.Cms Namespace > Ektron.Cms.Controls Namespace > Classes > DhtmlMenu Class > DhtmlMenu Properties > Align
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
DhtmlMenu.Align Property

Specify the horizontal alignment for the root menu text. The default is Center. Choices are:

  • NotSet - Use the default setting.
  • Left - Aligns text to the left.
  • Center - Aligns text to the center.
  • Right - Aligns text to the right.
  • Justify - Aligns text justified to both margins.

C#
[Description("Specify the horizontal alignment for the root menu text. Choices are: NotSet, Left, Center, Right or Justify.")]
[Category("Ektron")]
[Bindable(true)]
[TypeConverter(typeof(HorizontalAlign))]
public HorizontalAlign Align;
Visual Basic
<Description("Specify the horizontal alignment for the root menu text. Choices are: NotSet, Left, Center, Right or Justify.")>
<Category("Ektron")>
<Bindable(true)>
<TypeConverter(typeof(HorizontalAlign))>
Public Property Align() As HorizontalAlign
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!