ComponentFactory.Krypton.Toolkit.PaletteBorderEdgeRedirect.GetBorderColor1 C# (CSharp) Méthode

GetBorderColor1() public méthode

Gets the actual first border color.
public GetBorderColor1 ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
Résultat Color
        public Color GetBorderColor1(PaletteState state)
        {
            return _inherit.GetBorderColor1(state);
        }