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
Afficher le fichier Open project: xyzzer/WinRTXamlToolkit Class Usage Examples

Méthodes publiques

Свойство Type Description
EdgeProperty Windows.UI.Xaml.DependencyProperty

Méthodes publiques

Méthode Description
EdgePanel ( ) : System

Initializes a new instance of the EdgePanel class.

Private Methods

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

Initializes a new instance of the EdgePanel class.
public EdgePanel ( ) : System
Résultat System

Property Details

EdgeProperty public_oe static_oe property

Identifies the Edge dependency property.
public static DependencyProperty,Windows.UI.Xaml EdgeProperty
Résultat Windows.UI.Xaml.DependencyProperty