FlipCard for ASP.NET Web Forms
LoadLayout(Stream,LayoutType) Method

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1FlipCard Namespace > C1FlipCard Class > LoadLayout Method : LoadLayout(Stream,LayoutType) Method
The stream where the values of the layout properties will be loaded.
The layout types to load.
Loads the control layout properties with specified types from the stream.
Syntax
'Declaration
 
Public Overloads Sub LoadLayout( _
   ByVal stream As System.IO.Stream, _
   ByVal layoutTypes As LayoutType _
) 
public void LoadLayout( 
   System.IO.Stream stream,
   LayoutType layoutTypes
)

Parameters

stream
The stream where the values of the layout properties will be loaded.
layoutTypes
The layout types to load.
See Also

Reference

C1FlipCard Class
C1FlipCard Members
Overload List