Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / ViewportLayoutBase Class / ParentBackColor Method

In This Topic
    ParentBackColor Method
    In This Topic
    Gets the Background color of the parent entity.
    Syntax
    'Declaration
     
    Public Function ParentBackColor() As Color
    public Color ParentBackColor()

    Return Value

    The background color of the parent.
    Remarks
    if Renderer is rendererType.Native and the parent background color is null or is not a SolidColorBrush, it returns a transparent color. If the Renderer is not rendererType.Native, it goes up the hierarchy until it finds a valid background color.
    See Also