alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class ImageAlignment

    Represents the Image Alignment for the TabItemExt

    Inheritance
    System.Object
    ImageAlignment
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public sealed class ImageAlignment : Enum

    Fields

    AboveText

    Sets the Image Above the Text

    Declaration
    public const ImageAlignment AboveText
    Field Value
    Type
    ImageAlignment

    BelowText

    Sets the below the Text

    Declaration
    public const ImageAlignment BelowText
    Field Value
    Type
    ImageAlignment

    LeftOfText

    Sets the Image Left of the Text

    Declaration
    public const ImageAlignment LeftOfText
    Field Value
    Type
    ImageAlignment

    RightOfText

    Sets the Image Right of the Text

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