WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum StyleInfoPropertyOptions - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum StyleInfoPropertyOptions

    Specifies the options for style properties.

    Namespace: Syncfusion.Styles
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public enum StyleInfoPropertyOptions

    Fields

    Name Description
    All

    All of the above.

    Cloneable

    The property should be cloned when the parent style object is copied.

    CloneableAndDisposable

    The property should be disposed when the parent style object is disposed and cloned when the parent style object is copied.

    Disposable

    The property should be disposed when the parent style object is disposed.

    None

    None.

    Serializable

    The property supports serialization.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved