Table of Contents

Class GridAttachProperty

Namespace
HeBianGu.General.WpfControlLib
Assembly
HeBianGu.General.WpfControlLib.dll
public static class GridAttachProperty
Inheritance
GridAttachProperty
Inherited Members

Fields

ColumnCountProperty

Adds the specified number of Columns to ColumnDefinitions. Default Width is Auto

public static readonly DependencyProperty ColumnCountProperty

Field Value

DependencyProperty

RowCountProperty

Adds the specified number of Rows to RowDefinitions. Default Height is Auto

public static readonly DependencyProperty RowCountProperty

Field Value

DependencyProperty

StarColumnsProperty

Makes the specified Column's Width equal to Star. Can set on multiple Columns

public static readonly DependencyProperty StarColumnsProperty

Field Value

DependencyProperty

StarRowsProperty

Makes the specified Row's Height equal to Star. Can set on multiple Rows

public static readonly DependencyProperty StarRowsProperty

Field Value

DependencyProperty

Methods

ColumnCountChanged(DependencyObject, DependencyPropertyChangedEventArgs)

public static void ColumnCountChanged(DependencyObject obj, DependencyPropertyChangedEventArgs e)

Parameters

obj DependencyObject
e DependencyPropertyChangedEventArgs

GetColumnCount(DependencyObject)

public static int GetColumnCount(DependencyObject obj)

Parameters

obj DependencyObject

Returns

int

GetRowCount(DependencyObject)

public static int GetRowCount(DependencyObject obj)

Parameters

obj DependencyObject

Returns

int

GetStarColumns(DependencyObject)

public static string GetStarColumns(DependencyObject obj)

Parameters

obj DependencyObject

Returns

string

GetStarRows(DependencyObject)

public static string GetStarRows(DependencyObject obj)

Parameters

obj DependencyObject

Returns

string

RowCountChanged(DependencyObject, DependencyPropertyChangedEventArgs)

public static void RowCountChanged(DependencyObject obj, DependencyPropertyChangedEventArgs e)

Parameters

obj DependencyObject
e DependencyPropertyChangedEventArgs

SetColumnCount(DependencyObject, int)

public static void SetColumnCount(DependencyObject obj, int value)

Parameters

obj DependencyObject
value int

SetRowCount(DependencyObject, int)

public static void SetRowCount(DependencyObject obj, int value)

Parameters

obj DependencyObject
value int

SetStarColumns(DependencyObject, string)

public static void SetStarColumns(DependencyObject obj, string value)

Parameters

obj DependencyObject
value string

SetStarRows(DependencyObject, string)

public static void SetStarRows(DependencyObject obj, string value)

Parameters

obj DependencyObject
value string

StarColumnsChanged(DependencyObject, DependencyPropertyChangedEventArgs)

public static void StarColumnsChanged(DependencyObject obj, DependencyPropertyChangedEventArgs e)

Parameters

obj DependencyObject
e DependencyPropertyChangedEventArgs

StarRowsChanged(DependencyObject, DependencyPropertyChangedEventArgs)

public static void StarRowsChanged(DependencyObject obj, DependencyPropertyChangedEventArgs e)

Parameters

obj DependencyObject
e DependencyPropertyChangedEventArgs