Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / ViewCubeIcon Class / FrontImage Property

In This Topic
    FrontImage Property
    In This Topic
    Gets or sets the front face image.
    Syntax
    'Declaration
     
    Public Property FrontImage As ImageSource
    public ImageSource FrontImage {get; set;}
    Remarks
    If null, the FrontText is used instead.
    See Also