Class ScrollPickerLabelLayout
public class ScrollPickerLabelLayout : 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, IWheelPickerCell
- Inheritance
-
ScrollPickerLabelLayout
- Implements
- Inherited Members
- Extension Methods
Constructors
ScrollPickerLabelLayout()
public ScrollPickerLabelLayout()
Fields
ColorTextProperty
public static readonly BindableProperty ColorTextProperty
Field Value
ColorTextSelectedProperty
public static readonly BindableProperty ColorTextSelectedProperty
Field Value
Properties
ColorText
public Color ColorText { get; set; }
Property Value
ColorTextSelected
public Color ColorTextSelected { get; set; }
Property Value
IsSelected
protected bool IsSelected { get; set; }
Property Value
Methods
OnBindingContextChanged()
First Maui will apply bindings to your controls, then it would call OnBindingContextChanged, so beware on not to break bindings.
protected override void OnBindingContextChanged()
UpdateContext(WheelCellInfo)
public void UpdateContext(WheelCellInfo ctx)
Parameters
ctxWheelCellInfo
UpdateControl()
public void UpdateControl()