Enum CaptionAlignment
Contains alignments of caption used in GalleryItem.
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public enum CaptionAlignment
Fields
| Name | Description |
|---|---|
| Bottom | Captions are aligned to bottom. |
| Left | Captions are aligned to left. |
| Right | Captions are aligned to right. |
| Top | Captions are aligned to top. |