ComponentFactory.Krypton.Toolkit.PaletteBackLightenColors.GetBackColorAlign C# (CSharp) Méthode

GetBackColorAlign() public méthode

Gets the color alignment style.
public GetBackColorAlign ( PaletteState state ) : PaletteRectangleAlign
state PaletteState Palette value should be applicable to this state.
Résultat PaletteRectangleAlign
        public override PaletteRectangleAlign GetBackColorAlign(PaletteState state)
        {
            return _inherit.GetBackColorAlign(state);
        }