Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / VertexSize Property

In This Topic
    VertexSize Property (ViewportLayout)
    In This Topic
    Gets or sets the vertex visualization size in the active viewport (meaningful only if ShowVertices is true).
    Syntax
    'Declaration
     
    Public Property VertexSize As Integer
    public int VertexSize {get; set;}
    See Also