Menu for WPF | ComponentOne
C1.WPF.Menu Namespace / C1MenuSeparator Class / IndentBackground Property

In This Topic
    IndentBackground Property (C1MenuSeparator)
    In This Topic
    Gets or sets the brush used to paint the Indent band at the left.
    Syntax
    'Declaration
     
    
    Public Property IndentBackground As Brush
    public Brush IndentBackground {get; set;}
    See Also