Namespace:
AltaVim.WinForms
Assembly:
AltaVim.WinForms.ExtendedTreeView.NET20 (in AltaVim.WinForms.ExtendedTreeView.NET20)
Version: 5.5.0.0
Syntax
| C# |
|---|
public float Width { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Width As Single |
| Visual C++ |
|---|
public:
property float Width {
float get ();
void set (float value);
} |
See Also