alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class RelativeImageAlignment

    Specifies the relative alignment of the Image with respect to the text in a TabControlAdv.

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

    Fields

    AboveText

    The image will be drawn above the text.

    Declaration
    public const RelativeImageAlignment AboveText
    Field Value
    Type
    RelativeImageAlignment

    BelowText

    The image will be drawn below the text.

    Declaration
    public const RelativeImageAlignment BelowText
    Field Value
    Type
    RelativeImageAlignment

    LeftOfText

    The image will be drawn to the left of the text.

    Declaration
    public const RelativeImageAlignment LeftOfText
    Field Value
    Type
    RelativeImageAlignment

    Overlap

    The text will be drawn over the image.

    Declaration
    public const RelativeImageAlignment Overlap
    Field Value
    Type
    RelativeImageAlignment

    RightOfText

    The image will be drawn to the right of the text.

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