WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IStyle - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IStyle

    Interface publishes base style functionality

    Namespace: Syncfusion.DLS
    Assembly: Syncfusion.DLS.Base.dll
    Syntax
    public interface IStyle

    Properties

    Name

    Gets style name.

    Declaration
    string Name { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    Clone(IDocument)

    Clones itself.

    Declaration
    IStyle Clone(IDocument document)
    Parameters
    Type Name Description
    IDocument document
    Returns
    Type Description
    IStyle
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved