Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.AvalonDock Assembly / Xceed.Wpf.AvalonDock.Layout Namespace / Extensions Class / GetSide Method
The ILayoutElement whose anchor side will be returned.


    GetSide Method
    Returns the anchor side of the specified ILayoutElement.
    Syntax
    'Declaration
     
    <ExtensionAttribute()>
    Public Shared Function GetSide( _
       ByVal element As ILayoutElement _
    ) As AnchorSide
     
    'Usage
     
    Dim element As ILayoutElement
    Dim value As AnchorSide
     
    value = Extensions.GetSide(element)

    Parameters

    element
    The ILayoutElement whose anchor side will be returned.

    Return Value

    The anchor side of the specified element.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also