ComponentFactory.Krypton.Toolkit.RenderBase.GetBorderRawPadding C# (CSharp) Метод

GetBorderRawPadding() публичный абстрактный Метод

Gets the raw padding used per edge of the border.
public abstract GetBorderRawPadding ( IPaletteBorder palette, PaletteState state, VisualOrientation orientation ) : Padding
palette IPaletteBorder Palette used for drawing.
state PaletteState State associated with rendering.
orientation VisualOrientation Visual orientation of the border.
Результат Padding
        public abstract Padding GetBorderRawPadding(IPaletteBorder palette,
                                                    PaletteState state,
                                                    VisualOrientation orientation);