Qyoto.QWidget.BackgroundRole C# (CSharp) Method

BackgroundRole() public method

public BackgroundRole ( ) : QPalette.ColorRole
return QPalette.ColorRole
        public QPalette.ColorRole BackgroundRole()
        {
            return (QPalette.ColorRole) interceptor.Invoke("backgroundRole", "backgroundRole() const", typeof(QPalette.ColorRole));
        }
QWidget