Accordion.Forms.AccordionControl.CreateStacklayout C# (CSharp) 메소드

CreateStacklayout() 공개 메소드

public CreateStacklayout ( ) : void
리턴 void
        void CreateStacklayout()
        {
            m_cellStackLayout = new StackLayout()
            {
                BackgroundColor = DefaultButtonBackgroundColor,
                Orientation = StackOrientation.Vertical,
                Spacing = 0
            };
        }