KaxSplitterFullScreenMode Property |
Note: This API is now obsolete.
Resize the splitter in 100% of the page
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax[ObsoleteAttribute("The FullScreenMode property is deprecated in KaxSplitter for ASP.NET Ajax. Use Width and Height instead.",
false)]
public bool FullScreenMode { get; set; }
<ObsoleteAttribute("The FullScreenMode property is deprecated in KaxSplitter for ASP.NET Ajax. Use Width and Height instead.",
false)>
Public Property FullScreenMode As Boolean
Get
Set
public:
[ObsoleteAttribute(L"The FullScreenMode property is deprecated in KaxSplitter for ASP.NET Ajax. Use Width and Height instead.",
false)]
property bool FullScreenMode {
bool get ();
void set (bool value);
}
[<ObsoleteAttribute("The FullScreenMode property is deprecated in KaxSplitter for ASP.NET Ajax. Use Width and Height instead.",
false)>]
member FullScreenMode : bool with get, set
Property Value
Type:
Boolean
See Also