Table of Contents

Class SliderValueDesc

Namespace
DrawnUi.Draw
Assembly
DrawnUi.Maui.dll
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

BindableProperty

XCenterProperty

public static readonly BindableProperty XCenterProperty

Field Value

BindableProperty

XMaxLimitProperty

public static readonly BindableProperty XMaxLimitProperty

Field Value

BindableProperty

XMinLimitProperty

public static readonly BindableProperty XMinLimitProperty

Field Value

BindableProperty

Properties

RightX

public double RightX { get; set; }

Property Value

double

XCenter

public double XCenter { get; set; }

Property Value

double

XMaxLimit

public double XMaxLimit { get; set; }

Property Value

double

XMinLimit

public double XMinLimit { get; set; }

Property Value

double

Methods

OnPropertyChanged(string)

Method that is called when a bound property is changed.

protected override void OnPropertyChanged(string propertyName = null)

Parameters

propertyName string

The name of the bound property that changed.