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

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