[]
        
(Showing Draft Content)

C1.Win.Accordion.Styles.AccordionPageStyle.Corners

Corners Property

Corners

Gets or sets the radius of the C1Accordion pages corners.

Declaration
public int Corners { get; set; }
Remarks

It affects to all corners of C1AccordionPage headers when C1AccordionPage is collapsed. It affects to outer corners of C1AccordionPage headers and expanded page area when C1AccordionPage is expanded.

It is themeable property, use C1Accordion\Pages\Corners node to customize it with c1theme.

Examples

Set 4-px corner radius for pares in runtime.

C1Accordion c1Accordion = new C1Accordion();
c1Accordion.Styles.Pages.Corners = 4;