Accordion for WinForms | ComponentOne
C1.Win.Accordion Namespace / C1AccordionPageSettings Class / ExpandRightIconImage Property

In This Topic
    ExpandRightIconImage Property
    In This Topic
    Gets or sets the image displayed in the header of an collapsed C1AccordionPage when ExpandDirection is set to ExpandDirection.Right.
    Syntax
    'Declaration
     
    
    Public Property ExpandRightIconImage As Image
    public Image ExpandRightIconImage {get; set;}
    Remarks
    The same is for an expanded C1AccordionPage when ExpandDirection is ExpandDirection.Left.
    See Also