KaxPaneSetExpandedSize Method |
Set the expanded Size of the pane, when the pane is collapsed.
In case the Orientation of the splitter is Vertical, sets the expanded Height, otherwise, the expanded Width.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic void SetExpandedSize(
Unit value
)
Public Sub SetExpandedSize (
value As Unit
)
public:
void SetExpandedSize(
Unit value
)
member SetExpandedSize :
value : Unit -> unit
Parameters
- value
- Type: System.Web.UI.WebControlsUnit
See Also