Class CaptionAlignment
Contains alignments of caption used in GalleryItem.
Inheritance
System.Object
CaptionAlignment
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public sealed class CaptionAlignment : Enum
Fields
Bottom
Captions are aligned to bottom.
Declaration
public const CaptionAlignment Bottom
Field Value
Type |
---|
CaptionAlignment |
Left
Captions are aligned to left.
Declaration
public const CaptionAlignment Left
Field Value
Type |
---|
CaptionAlignment |
Right
Captions are aligned to right.
Declaration
public const CaptionAlignment Right
Field Value
Type |
---|
CaptionAlignment |
Top
Captions are aligned to top.
Declaration
public const CaptionAlignment Top
Field Value
Type |
---|
CaptionAlignment |