Show / Hide Table of Contents

Class Radius.Types

Enum representing Radius types. Each Radius instance has a Type field which contains the corresponding value from this enum. Useful for easy mapping of Radius types to a primitive type (for cases like a switch statement).

Inheritance
Object
Radius.Types
Namespace: SadRogue.Primitives
Assembly: TheSadRogue.Primitives.dll
Syntax
public sealed class Types : Enum

Fields

Circle

Type for Radius.CIRCLE.

Declaration
public const Radius.Types Circle
Field Value
Type Description
Radius.Types

Diamond

Type for Radius.DIAMOND.

Declaration
public const Radius.Types Diamond
Field Value
Type Description
Radius.Types

Square

Type for Radius.SQUARE.

Declaration
public const Radius.Types Square
Field Value
Type Description
Radius.Types

value__

Declaration
public int value__
Field Value
Type Description
Int32

Extension Methods

PropertyChangedEventHelpers.SafelySetProperty<TObject, TProperty>(TObject, ref TProperty, TProperty, EventHandler<ValueChangedEventArgs<TProperty>>)
PropertyChangedEventHelpers.SafelySetProperty<TObject, TProperty>(TObject, ref TProperty, TProperty, EventHandler<ValueChangedEventArgs<TProperty>>, EventHandler<ValueChangedEventArgs<TProperty>>)
In This Article
Back to top Generated by DocFX