Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1GridSplitter Class / ResizeDirection Property

In This Topic
    ResizeDirection Property
    In This Topic
    Gets or sets the ResizeDirection property. This dependency property indicates whether the C1GridSplitter control resizes rows or columns.
    Syntax
    'Declaration
     
    
    Public Property ResizeDirection As GridResizeDirection
    public GridResizeDirection ResizeDirection {get; set;}
    See Also