IconFlip Class

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

Syntax

public sealed class IconFlip : Enum

Attributes

Type Description
FlagsAttribute

Fields

Name Constant Value Summary
Both 3
static
Horizontal 1
static
None 0
static
value__
Vertical 2
static

Extension Methods

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