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