ComponentFactory.Krypton.Toolkit.PaletteContentToPalette.GetContentStyle C# (CSharp) Метод

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

Gets the style appropriate for this content.
public GetContentStyle ( ) : PaletteContentStyle
Результат PaletteContentStyle
        public PaletteContentStyle GetContentStyle()
        {
            return ContentStyle;
        }