Class Chip
public class Chip : Border, INotifyPropertyChanged, IVisualTreeElement, IEffectControlProvider, IToolTipElement, IContextFlyoutElement, IAnimatable, IViewController, IVisualElementController, IElementController, IGestureController, IGestureRecognizers, IPropertyMapperView, IHotReloadableView, IReplaceableView, IBorderView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout, IBorderStroke, IStroke
- Inheritance
-
Chip
- Implements
- Inherited Members
- Extension Methods
Constructors
Chip()
public Chip()
Fields
DestroyCommandProperty
public static readonly BindableProperty DestroyCommandProperty
Field Value
IsDestroyVisibleProperty
public static readonly BindableProperty IsDestroyVisibleProperty
Field Value
SelfDestructProperty
public static readonly BindableProperty SelfDestructProperty
Field Value
TextColorProperty
public static readonly BindableProperty TextColorProperty
Field Value
TextProperty
public static readonly BindableProperty TextProperty
Field Value
closeButton
protected StatefulContentView closeButton
Field Value
label
protected Label label
Field Value
Properties
DestroyCommand
public ICommand DestroyCommand { get; set; }
Property Value
IsDestroyVisible
public bool IsDestroyVisible { get; set; }
Property Value
SelfDestruct
public bool SelfDestruct { get; set; }
Property Value
Text
public string Text { get; set; }
Property Value
TextColor
public Color TextColor { get; set; }
Property Value
Events
DestroyClicked
public event EventHandler DestroyClicked