This documentation is archived and is not being maintained.
WebPartMenuStyle::HorizontalAlign Property
Visual Studio 2010
Gets a value indicating what type of horizontal alignment to use for the content of a menu on a WebPart control.
Assembly: System.Web (in System.Web.dll)
[BrowsableAttribute(false)] public: virtual property HorizontalAlign HorizontalAlign { HorizontalAlign get () override; void set (HorizontalAlign value) override; }
Property Value
Type: System.Web.UI.WebControls::HorizontalAlignA HorizontalAlign enumeration value that specifies what type of alignment to use. The default value is obtained from the base TableStyle::HorizontalAlign property value.
The HorizontalAlign property overrides the base property to prevent the alignment from being set, and to add some attributes to the property. The property gets its value from the base TableStyle::HorizontalAlign property value, but does not provide any implementation for the setter, so you cannot set the alignment of the menu content by using this property.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: