Click or drag to resize

VIZCore3DControlModelTreeWidth Property

모델 트리 가로 길이

Namespace:  VIZCore3D.NET
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax
C#
public int ModelTreeWidth { get; set; }

Property Value

Type: Int32
Examples
C#
// VIZCore3D.NET Control
private VIZCore3D.NET.VIZCore3DControl vizcore3d;

private void Example()
{
    int width = vizcore3d.ModelTreeWidth;

    vizcore3d.ModelTreeWidth = width + 100;
}
See Also