Show / Hide Table of Contents

Enum 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).

Namespace: SadRogue.Primitives
Assembly: TheSadRogue.Primitives.dll
Syntax
public enum Radius.Types

Fields

Name Description
Circle

Type for Radius.CIRCLE.

Diamond

Type for Radius.DIAMOND.

Square

Type for Radius.SQUARE.

Extension Methods

PropertyChangedEventHelpers.SafelySetProperty<Radius.Types, TProperty>(Radius.Types, ref TProperty, TProperty, EventHandler<ValueChangedEventArgs<TProperty>>)
PropertyChangedEventHelpers.SafelySetProperty<Radius.Types, TProperty>(Radius.Types, ref TProperty, TProperty, EventHandler<ValueChangedEventArgs<TProperty>>, EventHandler<ValueChangedEventArgs<TProperty>>)
  • View Source
In this article
Back to top Generated by DocFX