DataPA Enterprise Dashboard Controls 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
| C# |
|---|
public ControlPanelObject..::..VerticalAlignment VAlign { get; set; } |
| Visual Basic |
|---|
Public Property VAlign As ControlPanelObject..::..VerticalAlignment
Get
Set |
| Visual C++ |
|---|
public:
virtual property ControlPanelObject..::..VerticalAlignment VAlign {
ControlPanelObject..::..VerticalAlignment get () sealed;
void set (ControlPanelObject..::..VerticalAlignment value) sealed;
} |
Property Value
Type:
ControlPanelObject..::..VerticalAlignmentA value that represents the vertical alignment of the contents of this control object.
Return Value
Type:
ControlPanelObject..::..VerticalAlignmentA value that represents the vertical alignment of the contents of this control object.
Remarks
See Also