Show / Hide Table of Contents

Class UICheckable

A checkable UIComponent.

Inheritance
System.Object
UIComponent
UICheckable
UICheckbox
UIRadioButton
Inherited Members
UIComponent.AddChild(UIComponent)
UIComponent.Size
UIComponent.Height
UIComponent.Width
UIComponent.MaxSize
UIComponent.Children
UIComponent.ClearChildren()
UIComponent.BringToFront()
UIComponent.Anchor
UIComponent.Draggable
UIComponent.FillColor
UIComponent.AttachedData
UIComponent.Parent
UIComponent.Visible
UIComponent.Enabled
UIComponent.Locked
Namespace: Mannequin.Bindings
Assembly: Collapse.dll
Syntax
public class UICheckable : UIComponent

Properties

Checked

Whether this UICheckable is checked.

Declaration
public bool Checked { get; set; }
Property Value
Type Description
System.Boolean

OnValueChange

Fired when the value of this UICheckable changes.

Declaration
public Closure OnValueChange { get; set; }
Property Value
Type Description
Closure

Text

Text associated with this UICheckable.

Declaration
public string Text { get; set; }
Property Value
Type Description
System.String
Back to top © 2020 Anarkis Gaming. All rights reserved. Generated by DocFX