alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class DisplayStyle

    Property for DisplayStyle.

    Inheritance
    System.Object
    DisplayStyle
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public sealed class DisplayStyle : Enum

    Fields

    Image

    Displays Image alone.

    Declaration
    public const DisplayStyle Image
    Field Value
    Type
    DisplayStyle

    ImageAboveText

    Displays the Text below the Image.

    Declaration
    public const DisplayStyle ImageAboveText
    Field Value
    Type
    DisplayStyle

    Text

    Displays the Text alone.

    Declaration
    public const DisplayStyle Text
    Field Value
    Type
    DisplayStyle

    TextAboveImage

    Displays the text above the Image.

    Declaration
    public const DisplayStyle TextAboveImage
    Field Value
    Type
    DisplayStyle
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved