Click here to Skip to main content
Click here to Skip to main content

ButtonBar Control using .NET

By , 3 Dec 2009
 
using ButtonBarsControl.Control;

namespace ButtonBarsControl.Design.Enums
{
    /// <summary>
    /// Enum having options for <see cref="BarItem.ImageAlignment"/> property.
    /// </summary>
    public enum ItemImageAlignment
    {
        /// <summary>
        /// Align as per Parent alignment
        /// </summary>
        Inherit = 0,
        /// <summary>
        /// Align to left
        /// </summary>
        Left = 1,
        /// <summary>
        /// Align to right
        /// </summary>
        Right = 2,
        /// <summary>
        /// Align to top
        /// </summary>
        Top = 3,
        /// <summary>
        /// Align to bottom
        /// </summary>
        Bottom = 4
    }
}

By viewing downloads associated with this article you agree to the Terms of use and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

Manish Ranjan Kumar
Software Developer (Senior) Proteans
India India
Member
Graduate from IIT Kharagpur.
Working with Windows forms application for last 5.5 Years.
Currently working with Meridium Services And Labs, Bangalore.

Permalink | Advertise | Privacy | Mobile
Web02 | 2.6.130523.1 | Last Updated 3 Dec 2009
Article Copyright 2009 by Manish Ranjan Kumar
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid