//------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // //------------------------------------------------------------------------------ namespace System.Web.UI.WebControls { /// /// Enum used for getting and setting the content direction of a Panel control. /// public enum ContentDirection { /// /// [To be supplied.] /// NotSet, /// /// [To be supplied.] /// LeftToRight, /// /// [To be supplied.] /// RightToLeft } }