alexa

    Show / Hide Table of Contents

    Interface ISupportMetroTheme

    Specifies that this object supports MetroTheme.

    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public interface ISupportMetroTheme

    Properties

    MetroColorTheme

    Specifies MetroTheme to use.

    Declaration
    MetroTheme MetroColorTheme { get; set; }
    Property Value
    Type
    MetroTheme

    Methods

    EnableMetroStyle()

    Enables rendering with MetroTheme.

    Declaration
    void EnableMetroStyle()
    Back to top Generated by DocFX