Class LinearGaugeUniformPanel
Represents the panel for arranging labels and ticks in linear scale.
Inheritance
System.Object
LinearGaugeUniformPanel
Assembly: Syncfusion.SfGauge.UWP.dll
public class LinearGaugeUniformPanel : Panel
Constructors
Declaration
public LinearGaugeUniformPanel()
Fields
Using a DependencyProperty as the backing store for Orientation. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Properties
Gets or sets the orientation for arranging elements in the panel.
Declaration
public Orientation Orientation { get; set; }
Property Value
Type |
Windows.UI.Xaml.Controls.Orientation |
Methods
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Type |
Name |
Description |
Windows.Foundation.Size |
finalSize |
|
Returns
Type |
Windows.Foundation.Size |
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Type |
Name |
Description |
Windows.Foundation.Size |
availableSize |
|
Returns
Type |
Windows.Foundation.Size |
Extension Methods