Table of Contents

Class CrossPanel

Namespace
HeBianGu.Control.Panel
Assembly
HeBianGu.Control.Panel.dll
public class CrossPanel : AnimationPanel, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
Inheritance
CrossPanel
Implements
Inherited Members
Extension Methods

Constructors

CrossPanel()

public CrossPanel()

Fields

ColumnCountProperty

public static readonly DependencyProperty ColumnCountProperty

Field Value

DependencyProperty

IsFullProperty

public static readonly DependencyProperty IsFullProperty

Field Value

DependencyProperty

RowCountProperty

public static readonly DependencyProperty RowCountProperty

Field Value

DependencyProperty

SmallSizeProperty

public static readonly DependencyProperty SmallSizeProperty

Field Value

DependencyProperty

Properties

ColumnCount

public int? ColumnCount { get; set; }

Property Value

int?

IsFull

最后一列平铺满

public bool IsFull { get; set; }

Property Value

bool

RowCount

public int? RowCount { get; set; }

Property Value

int?

SmallSize

public double SmallSize { get; set; }

Property Value

double

Methods

ArrangeOverride(Size)

When overridden in a derived class, positions child elements and determines a size for a FrameworkElement derived class.

protected override Size ArrangeOverride(Size finalSize)

Parameters

finalSize Size

The final area within the parent that this element should use to arrange itself and its children.

Returns

Size

The actual size used.