C# Class withSIX.Core.Presentation.Wpf.Views.Controls.GutterGrid

Inheritance: System.Windows.Controls.Grid
Exibir arquivo Open project: SIXNetworks/withSIX.Desktop

Public Properties

Property Type Description
ColumnGutterWidthProperty System.Windows.DependencyProperty
ColumnProperty System.Windows.DependencyProperty
ColumnSpanProperty System.Windows.DependencyProperty
NumberOfColumnsProperty System.Windows.DependencyProperty
NumberOfRowsProperty System.Windows.DependencyProperty
RowGutterWidthProperty System.Windows.DependencyProperty
RowProperty System.Windows.DependencyProperty
RowSpanProperty System.Windows.DependencyProperty

Protected Properties

Property Type Description
DefaultGutter GridLength

Public Methods

Method Description
GetColumn ( UIElement element ) : int
GetColumnSpan ( UIElement element ) : int
GetRow ( UIElement element ) : int
GetRowSpan ( UIElement element ) : int
SetColumn ( UIElement element, int value ) : void
SetColumnSpan ( UIElement element, int value ) : void
SetRow ( UIElement element, int value ) : void
SetRowSpan ( UIElement element, int value ) : void

Protected Methods

Method Description
OnVisualChildrenChanged ( DependencyObject visualAdded, DependencyObject visualRemoved ) : void

Private Methods

Method Description
ChildElementColumnChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
ChildElementColumnSpanChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
ChildElementRowChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
ChildElementRowSpanChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
GridLayoutChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
GutterGrid ( ) : System

Method Details

GetColumn() public static method

public static GetColumn ( UIElement element ) : int
element UIElement
return int

GetColumnSpan() public static method

public static GetColumnSpan ( UIElement element ) : int
element UIElement
return int

GetRow() public static method

public static GetRow ( UIElement element ) : int
element UIElement
return int

GetRowSpan() public static method

public static GetRowSpan ( UIElement element ) : int
element UIElement
return int

OnVisualChildrenChanged() protected method

protected OnVisualChildrenChanged ( DependencyObject visualAdded, DependencyObject visualRemoved ) : void
visualAdded System.Windows.DependencyObject
visualRemoved System.Windows.DependencyObject
return void

SetColumn() public static method

public static SetColumn ( UIElement element, int value ) : void
element UIElement
value int
return void

SetColumnSpan() public static method

public static SetColumnSpan ( UIElement element, int value ) : void
element UIElement
value int
return void

SetRow() public static method

public static SetRow ( UIElement element, int value ) : void
element UIElement
value int
return void

SetRowSpan() public static method

public static SetRowSpan ( UIElement element, int value ) : void
element UIElement
value int
return void

Property Details

ColumnGutterWidthProperty public_oe static_oe property

public static DependencyProperty,System.Windows ColumnGutterWidthProperty
return System.Windows.DependencyProperty

ColumnProperty public_oe static_oe property

public static DependencyProperty,System.Windows ColumnProperty
return System.Windows.DependencyProperty

ColumnSpanProperty public_oe static_oe property

public static DependencyProperty,System.Windows ColumnSpanProperty
return System.Windows.DependencyProperty

DefaultGutter protected_oe static_oe property

protected static GridLength DefaultGutter
return GridLength

NumberOfColumnsProperty public_oe static_oe property

public static DependencyProperty,System.Windows NumberOfColumnsProperty
return System.Windows.DependencyProperty

NumberOfRowsProperty public_oe static_oe property

public static DependencyProperty,System.Windows NumberOfRowsProperty
return System.Windows.DependencyProperty

RowGutterWidthProperty public_oe static_oe property

public static DependencyProperty,System.Windows RowGutterWidthProperty
return System.Windows.DependencyProperty

RowProperty public_oe static_oe property

public static DependencyProperty,System.Windows RowProperty
return System.Windows.DependencyProperty

RowSpanProperty public_oe static_oe property

public static DependencyProperty,System.Windows RowSpanProperty
return System.Windows.DependencyProperty