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

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