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

Inheritance: System.Windows.Controls.Grid
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Свойство 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

Свойство Type Description
DefaultGutter GridLength

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
OnVisualChildrenChanged ( DependencyObject visualAdded, DependencyObject visualRemoved ) : void

Private Methods

Méthode 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 méthode

public static GetColumn ( UIElement element ) : int
element UIElement
Résultat int

GetColumnSpan() public static méthode

public static GetColumnSpan ( UIElement element ) : int
element UIElement
Résultat int

GetRow() public static méthode

public static GetRow ( UIElement element ) : int
element UIElement
Résultat int

GetRowSpan() public static méthode

public static GetRowSpan ( UIElement element ) : int
element UIElement
Résultat int

OnVisualChildrenChanged() protected méthode

protected OnVisualChildrenChanged ( DependencyObject visualAdded, DependencyObject visualRemoved ) : void
visualAdded System.Windows.DependencyObject
visualRemoved System.Windows.DependencyObject
Résultat void

SetColumn() public static méthode

public static SetColumn ( UIElement element, int value ) : void
element UIElement
value int
Résultat void

SetColumnSpan() public static méthode

public static SetColumnSpan ( UIElement element, int value ) : void
element UIElement
value int
Résultat void

SetRow() public static méthode

public static SetRow ( UIElement element, int value ) : void
element UIElement
value int
Résultat void

SetRowSpan() public static méthode

public static SetRowSpan ( UIElement element, int value ) : void
element UIElement
value int
Résultat void

Property Details

ColumnGutterWidthProperty public_oe static_oe property

public static DependencyProperty,System.Windows ColumnGutterWidthProperty
Résultat System.Windows.DependencyProperty

ColumnProperty public_oe static_oe property

public static DependencyProperty,System.Windows ColumnProperty
Résultat System.Windows.DependencyProperty

ColumnSpanProperty public_oe static_oe property

public static DependencyProperty,System.Windows ColumnSpanProperty
Résultat System.Windows.DependencyProperty

DefaultGutter protected_oe static_oe property

protected static GridLength DefaultGutter
Résultat GridLength

NumberOfColumnsProperty public_oe static_oe property

public static DependencyProperty,System.Windows NumberOfColumnsProperty
Résultat System.Windows.DependencyProperty

NumberOfRowsProperty public_oe static_oe property

public static DependencyProperty,System.Windows NumberOfRowsProperty
Résultat System.Windows.DependencyProperty

RowGutterWidthProperty public_oe static_oe property

public static DependencyProperty,System.Windows RowGutterWidthProperty
Résultat System.Windows.DependencyProperty

RowProperty public_oe static_oe property

public static DependencyProperty,System.Windows RowProperty
Résultat System.Windows.DependencyProperty

RowSpanProperty public_oe static_oe property

public static DependencyProperty,System.Windows RowSpanProperty
Résultat System.Windows.DependencyProperty