menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum RelativeImageAlignment - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum RelativeImageAlignment

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

    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public enum RelativeImageAlignment

    Fields

    Name Description
    AboveText

    The image will be drawn above the text.

    BelowText

    The image will be drawn below the text.

    LeftOfText

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

    Overlap

    The text will be drawn over the image.

    RightOfText

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

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