DataViewerColumnHorizontalAlign Property |
|
DataPA OpenAnalytics 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 public HorizontalAlignment HorizontalAlign { get; set; }
Public Property HorizontalAlign As HorizontalAlignment
Get
Set
public:
virtual property HorizontalAlignment HorizontalAlign {
HorizontalAlignment get () sealed;
void set (HorizontalAlignment value) sealed;
}
function get_HorizontalAlign();
function set_HorizontalAlign(value);
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