Gets or sets the maximum height of the DataSource added to the Diagram Pane.
'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.