Class CrossPanel
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
IsFullProperty
public static readonly DependencyProperty IsFullProperty
Field Value
RowCountProperty
public static readonly DependencyProperty RowCountProperty
Field Value
SmallSizeProperty
public static readonly DependencyProperty SmallSizeProperty
Field Value
Properties
ColumnCount
public int? ColumnCount { get; set; }
Property Value
- int?
IsFull
最后一列平铺满
public bool IsFull { get; set; }
Property Value
RowCount
public int? RowCount { get; set; }
Property Value
- int?
SmallSize
public double SmallSize { get; set; }
Property Value
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
SizeThe final area within the parent that this element should use to arrange itself and its children.
Returns
- Size
The actual size used.