ControlPanelObjectVAlign Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that represents the vertical 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 ControlPanelObjectVerticalAlignment VAlign { get; set; }
Public Property VAlign As ControlPanelObjectVerticalAlignment
Get
Set
public:
virtual property ControlPanelObjectVerticalAlignment VAlign {
ControlPanelObjectVerticalAlignment get () sealed;
void set (ControlPanelObjectVerticalAlignment value) sealed;
}
function get_VAlign();
function set_VAlign(value);
Property Value
Type:
ControlPanelObjectVerticalAlignmentA value that represents the vertical alignment of the contents of this control object.
Return Value
Type:
ControlPanelObjectVerticalAlignmentA value that represents the vertical alignment of the contents of this control object.
Remarks See Also