Skip to content

Enum.md

cfloutier edited this page Apr 27, 2024 · 3 revisions

InlineEnum.cs

This class defines a simple set of choices presented on a single line.

image

Attributes

image

  • The labels can be setup using the Labels attribute. Values should be separated using ';' chars.

Binding

The control can be bound with a KTools.EnumSetting<TEnum>. see Binding

uss classes

  • the buttons uses the .toggle_button class
  • the InlineEnum used the .inline_enum class

Binding

You can bind with a EnumSetting see Settings

Clone this wiki locally