ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1FlipCard Namespace / C1FlipCard Class / BackSide Property

In This Topic
    BackSide Property
    In This Topic
    Get or set the template used to display the content of the back pane.
    Syntax
    'Declaration
     
    Public Property BackSide As System.Web.UI.ITemplate
    public System.Web.UI.ITemplate BackSide {get; set;}
    See Also