WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridColumnHeaderPanel Class / SetPosition Method
The element to write the attached property to.
The property value to set.
In This Topic
    SetPosition Method
    In This Topic
    Sets the value of the Position attached property for the specified element.
    Syntax
    public static void SetPosition( 
       DependencyObject element,
       GridColumnHeaderPanelPosition value
    )

    Parameters

    element
    The element to write the attached property to.
    value
    The property value to set.
    See Also