Wimark.Controls Class Library  

DockNode.DockSize Property

Gets or sets the proportional size of the DockNode object when it's docked.

[Visual Basic]
Public Property DockSize As Single 
[C#]
public float DockSize {get; set;}
[C++]
public: __property float get_DockSize();
public: __property void set_DockSize(float);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

DockNode Class | DockNode Members | Wimark.Controls Namespace