ControlPanelObjectHAlign Property |
|
DataPA OpenAnalytics 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 public HorizontalAlignment HAlign { get; set; }
Public Property HAlign As HorizontalAlignment
Get
Set
public:
virtual property HorizontalAlignment HAlign {
HorizontalAlignment get () sealed;
void set (HorizontalAlignment value) sealed;
}
function get_HAlign();
function set_HAlign(value);
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