IconSize Class

graph BT Type-->Base0["Enum"] Type["IconSize"] class Type type-node

Syntax

public sealed class IconSize : Enum

Fields

Name Constant Value Summary
_10X 12
static
_2X 4
static
_3X 5
static
_4X 6
static
_5X 7
static
_6X 8
static
_7X 9
static
_8X 10
static
_9X 11
static
ExtraSmall 1
static
Large 3
static
Normal 0
static
Small 2
static
value__

Extension Methods

Name Value Summary
SetBackingValue<IconSize, TV>(Expression<Func<IconSize, TV>>, TV) T
Sets the backing value.
With<IconSize, TKey, TField>(Dictionary<TKey, TField>, IDictionary<TKey, TField>) TBuilder
Adds the specified dictionary to the provided dictionary.