ImageCompositePrintDocument.CaptionAlignment Property |
Gets or sets the horizontal alignment of the caption text.
Namespace:
Atalasoft.Imaging.WinControls
Assembly:
Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic StringAlignment CaptionAlignment { get; set; }
Public Property CaptionAlignment As StringAlignment
Get
Set
Property Value
Type:
StringAlignment The horizontal alignment of the caption text.
Remarks Default is the value Near for left alignment.
See Also