Class PanelBase
Presents abstract class for tab panels.
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public abstract class PanelBase : FrameworkElement
Constructors
PanelBase()
Declaration
protected PanelBase()
Methods
AddElement(UIElement)
Adds the element.
Declaration
public abstract void AddElement(UIElement element)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.UIElement | element | The element. |
GetElement(Boolean)
Gets the element.
Declaration
public virtual UIElement GetElement(bool first)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | first | if set to |
Returns
Type | Description |
---|---|
System.Windows.UIElement | UIElement GetElement |
GetOppositeElement(UIElement)
Gets the opposite element.
Declaration
public virtual UIElement GetOppositeElement(UIElement element)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.UIElement | element | The element. |
Returns
Type | Description |
---|---|
System.Windows.UIElement | UIElement element |
HasElement(UIElement, Boolean)
Determines whether [has other element] [the specified element].
Declaration
public virtual bool HasElement(UIElement element, bool next)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.UIElement | element | The element. |
System.Boolean | next | if set to |
Returns
Type | Description |
---|---|
System.Boolean |
|
RemoveElement(UIElement)
Removes the element.
Declaration
public abstract void RemoveElement(UIElement element)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.UIElement | element | The element. |