Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / Solid3DFaceSurrogate Class / Color Property

In This Topic
    Color Property (Solid3DFaceSurrogate)
    In This Topic
    Syntax
    'Declaration
     
    Public Property Color As Nullable(Of Color)
    public Nullable<Color> Color {get; set;}
    See Also