ComponentFactory.Krypton.Toolkit.PaletteBorderEdgeRedirect.GetBorderColor1 C# (CSharp) 메소드

GetBorderColor1() 공개 메소드

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