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 |