Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / Viewport Class / VertexSize Property

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