Table of Contents

Class Chip

Namespace
UraniumUI.Material.Controls
Assembly
UraniumUI.Material.dll
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

BindableProperty

IsDestroyVisibleProperty

public static readonly BindableProperty IsDestroyVisibleProperty

Field Value

BindableProperty

SelfDestructProperty

public static readonly BindableProperty SelfDestructProperty

Field Value

BindableProperty

TextColorProperty

public static readonly BindableProperty TextColorProperty

Field Value

BindableProperty

TextProperty

public static readonly BindableProperty TextProperty

Field Value

BindableProperty

closeButton

protected StatefulContentView closeButton

Field Value

StatefulContentView

label

protected Label label

Field Value

Label

Properties

DestroyCommand

public ICommand DestroyCommand { get; set; }

Property Value

ICommand

IsDestroyVisible

public bool IsDestroyVisible { get; set; }

Property Value

bool

SelfDestruct

public bool SelfDestruct { get; set; }

Property Value

bool

Text

public string Text { get; set; }

Property Value

string

TextColor

public Color TextColor { get; set; }

Property Value

Color

Events

DestroyClicked

public event EventHandler DestroyClicked

Event Type

EventHandler