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

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