C# Class WinRTXamlToolkit.Controls.DataVisualization.Charting.Primitives.EdgePanel

Defines an area where you can arrange child elements either horizontally or vertically, relative to each other.
Inheritance: Windows.UI.Xaml.Controls.Panel
Exibir arquivo Open project: xyzzer/WinRTXamlToolkit Class Usage Examples

Public Properties

Property Type Description
EdgeProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
EdgePanel ( ) : System

Initializes a new instance of the EdgePanel class.

Private Methods

Method Description
ArrangeOverride ( Size arrangeSize ) : Size
EdgePanel_SizeChanged ( object sender, Windows e ) : void
GetEdge ( UIElement element ) : System.Edge
MeasureOverride ( Size constraint ) : Size
OnEdgePropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
SafeCreateRect ( double left, double top, double width, double height ) : Rect

Creates a Rect safely by forcing width/height to be valid.

SetEdge ( UIElement element, System.Edge edge ) : void

Method Details

EdgePanel() public method

Initializes a new instance of the EdgePanel class.
public EdgePanel ( ) : System
return System

Property Details

EdgeProperty public_oe static_oe property

Identifies the Edge dependency property.
public static DependencyProperty,Windows.UI.Xaml EdgeProperty
return Windows.UI.Xaml.DependencyProperty