ComponentFactory.Krypton.Toolkit.PaletteBorderInheritRedirect.GetBorderGraphicsHint C# (CSharp) Метод

GetBorderGraphicsHint() публичный Метод

Gets the graphics drawing hint.
public GetBorderGraphicsHint ( PaletteState state ) : PaletteGraphicsHint
state PaletteState Palette value should be applicable to this state.
Результат PaletteGraphicsHint
        public override PaletteGraphicsHint GetBorderGraphicsHint(PaletteState state)
        {
            return _redirect.GetBorderGraphicsHint(_style, state);
        }