Active Query Builder 2 .NET Edition reference
LinkStyle Property



Determines style of links between objects at Design Pane.
Syntax
'Declaration
 
Public Property LinkStyle As LinkPainter
'Usage
 
Dim instance As DesignPaneOptions
Dim value As LinkPainter
 
instance.LinkStyle = value
 
value = instance.LinkStyle
public LinkPainter LinkStyle {get; set;}
public: __property LinkPainter* get_LinkStyle();
public: __property void set_LinkStyle( 
   LinkPainter* value
);
Remarks

You can choose from one of the following styles:

See Also

Reference

DesignPaneOptions Class
DesignPaneOptions Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback