LookupControl. VerticalAlignment Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the vertical alignment of controls within this control
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntaxpublic ParameterValueControl. VerticalAlignmentEnum VerticalAlignment { get; set; }
Public Property VerticalAlignment As ParameterValueControl. VerticalAlignmentEnum
Get
Set
public:
property ParameterValueControl. VerticalAlignmentEnum VerticalAlignment {
ParameterValueControl. VerticalAlignmentEnum get ();
void set (ParameterValueControl. VerticalAlignmentEnum value);
}
function get_VerticalAlignment();
function set_VerticalAlignment(value);
Return Value
Type:
ParameterValueControl.VerticalAlignmentEnum
See Also