CaptionUI Class

UI wrapper for CaptionParameters class.
Inheritance Hierarchy
SystemObject
  Aspose.BarCode.Windows.FormsCaptionUI

Namespace:  Aspose.BarCode.Windows.Forms
Assembly:  Aspose.BarCode (in Aspose.BarCode.dll) Version: 20.11.0
Syntax
public sealed class CaptionUI

The CaptionUI type exposes the following members.

Properties
  NameDescription
Public propertyAlignment
Gets or sets the text alignment of the caption.
Public propertyColor
Gets or sets the forecolor of the caption.
Public propertyFont
Gets or sets the font of the caption.
Public propertyPadding
Gets or sets caption paddings Padding.
Public propertyText
Gets or sets the content of the caption.
Public propertyVisible
Gets or sets a value indicates whether the caption is visible.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString
Returns a human-readable string representation of this CaptionUI.
(Overrides ObjectToString.)
See Also