DataPA Enterprise Dashboard Controls API Reference
Gets and sets a value that represents the horizontal alignment of the contents of this control object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public HorizontalAlignment HAlign { get; set; } |
Visual Basic |
---|
Public Property HAlign As HorizontalAlignment
Get
Set |
Visual C++ |
---|
public:
virtual property HorizontalAlignment HAlign {
HorizontalAlignment get () sealed;
void set (HorizontalAlignment value) sealed;
} |
Property Value
Type:
HorizontalAlignmentA value that represents the horizontal alignment of the contents of this control object.
Return Value
Type:
HorizontalAlignmentA value that represents the horizontal alignment of the contents of this control object.
Remarks
See Also