IconPull Class

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

Syntax

public sealed class IconPull : Enum

Fields

Name Constant Value Summary
Left 1
static
None 0
static
Right 2
static
value__

Extension Methods

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