C# Class OKHOSTING.UI.UWP.Controls.Layout.RelativePanel

Inheritance: Windows.UI.Xaml.Controls.RelativePanel, IRelativePanel
Show file Open project: okhosting/OKHOSTING.UI

Protected Properties

Property Type Description
_Children ControlList

Private Properties

Property Type Description
IDisposable void
IRelativePanel void

Public Methods

Method Description
RelativePanel ( ) : OKHOSTING.UI.Controls.Layout

Private Methods

Method Description
IDisposable ( ) : void
IRelativePanel ( IControl control, RelativePanelHorizontalContraint horizontalContraint, RelativePanelVerticalContraint verticalContraint, IControl referenceControl ) : void

Method Details

RelativePanel() public method

public RelativePanel ( ) : OKHOSTING.UI.Controls.Layout
return OKHOSTING.UI.Controls.Layout

Property Details

_Children protected property

protected ControlList _Children
return ControlList