OmegaEngine API  1.0.3
Protected Member Functions | Properties | List of all members
OmegaEngine.Values.Design.AngleControl Class Reference

Allows the input of angles between 0 and 360 degrees by clicking in a circle. More...

Inheritance diagram for OmegaEngine.Values.Design.AngleControl:

Protected Member Functions

override void OnPaint (PaintEventArgs e)
 
override void OnMouseDown (MouseEventArgs e)
 
override void OnMouseMove (MouseEventArgs e)
 

Properties

float Angle [get, set]
 The angle between 0 and 360 degrees. More...
 
FloatRangeAttribute Range [get, set]
 An optional limit to the valid degree values. (Limits beyond 0° and 360° are ignored.) More...
 

Detailed Description

Allows the input of angles between 0 and 360 degrees by clicking in a circle.

Property Documentation

◆ Angle

float OmegaEngine.Values.Design.AngleControl.Angle
getset

The angle between 0 and 360 degrees.

◆ Range

FloatRangeAttribute OmegaEngine.Values.Design.AngleControl.Range
getset

An optional limit to the valid degree values. (Limits beyond 0° and 360° are ignored.)


The documentation for this class was generated from the following file: