Table of Contents

Class SliderTrail

Namespace
DrawnUi.Draw
Assembly
DrawnUi.Maui.dll
public class SliderTrail : SkiaShape, 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
SliderTrail
Implements
Inherited Members
Extension Methods

Fields

ModifyXPosEndProperty

public static readonly BindableProperty ModifyXPosEndProperty

Field Value

BindableProperty

ModifyXPosStartProperty

public static readonly BindableProperty ModifyXPosStartProperty

Field Value

BindableProperty

SideOffsetProperty

public static readonly BindableProperty SideOffsetProperty

Field Value

BindableProperty

XPosEndProperty

public static readonly BindableProperty XPosEndProperty

Field Value

BindableProperty

XPosProperty

public static readonly BindableProperty XPosProperty

Field Value

BindableProperty

Properties

ModifyXPosEnd

public double ModifyXPosEnd { get; set; }

Property Value

double

ModifyXPosStart

public double ModifyXPosStart { get; set; }

Property Value

double

SideOffset

public double SideOffset { get; set; }

Property Value

double

XPos

public double XPos { get; set; }

Property Value

double

XPosEnd

public double XPosEnd { 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.

ProcessGestures(SkiaGesturesParameters, GestureEventProcessingInfo)

public override ISkiaGestureListener ProcessGestures(SkiaGesturesParameters args, GestureEventProcessingInfo apply)

Parameters

args SkiaGesturesParameters
apply GestureEventProcessingInfo

Returns

ISkiaGestureListener