Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the fluid layout option is enabled on the content page.
Namespace: Microsoft.WindowsServerSolutions.Web
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
public virtual bool FluidLayoutEnabled { get; }
public:
property bool FluidLayoutEnabled {
virtual bool get();
}
Public Overridable ReadOnly Property FluidLayoutEnabled As Boolean
Property Value
Type: System.Boolean
true if the fluid layout option is enabled; otherwise, false.
See Also
ContentPage Class
Microsoft.WindowsServerSolutions.Web Namespace
Return to top