Class SliderValueDesc
public class SliderValueDesc : SkiaLayout, INotifyPropertyChanged, IEffectControlProvider, IToolTipElement, IContextFlyoutElement, IAnimatable, IVisualElementController, IElementController, IView, ITransform, IElement, IVisualTreeElement, IContainer, IList<IView>, ICollection<IView>, IEnumerable<IView>, IEnumerable, ISkiaGestureListener, IHasAfterEffects, ISkiaDisposable, ISkiaGridLayout, ISkiaLayout, ISkiaControl, IDrawnBase, ICanBeUpdatedWithContext, ICanBeUpdated, ILayoutInsideViewport, IInsideViewport, IVisibilityAware, IDisposable
- Inheritance
-
SliderValueDesc
- Implements
- Inherited Members
- Extension Methods
Fields
RightXProperty
public static readonly BindableProperty RightXProperty
Field Value
XCenterProperty
public static readonly BindableProperty XCenterProperty
Field Value
XMaxLimitProperty
public static readonly BindableProperty XMaxLimitProperty
Field Value
XMinLimitProperty
public static readonly BindableProperty XMinLimitProperty
Field Value
Properties
RightX
public double RightX { get; set; }
Property Value
XCenter
public double XCenter { get; set; }
Property Value
XMaxLimit
public double XMaxLimit { get; set; }
Property Value
XMinLimit
public double XMinLimit { get; set; }
Property Value
Methods
OnPropertyChanged(string)
Method that is called when a bound property is changed.
protected override void OnPropertyChanged(string propertyName = null)
Parameters
propertyNamestringThe name of the bound property that changed.