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.


In This Topic
    GetSide Method
    In This Topic
    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)
    [Extension()]
    public static AnchorSide GetSide( 
       ILayoutElement 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