Active Query Builder 2 .NET Edition reference
MaxDefaultDatasourceHeight Property



Gets or sets the maximum height of the DataSource added to the Diagram Pane.
Syntax
'Declaration
 
Public Property MaxDefaultDatasourceHeight As System.String
'Usage
 
Dim instance As Canvas
Dim value As System.String
 
instance.MaxDefaultDatasourceHeight = value
 
value = instance.MaxDefaultDatasourceHeight
public System.string MaxDefaultDatasourceHeight {get; set;}
public: __property System.string* get_MaxDefaultDatasourceHeight();
public: __property void set_MaxDefaultDatasourceHeight( 
   System.string* value
);

Property Value

Zero means no constraint for maximum height.
Remarks
The height od a newly added datasource will fit the height of it's field list, but not higher than the MaxDefaultDatasourceHeight value.
See Also

Reference

Canvas Class
Canvas Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback