5 namespace SiliconStudio.Assets
10 [AttributeUsage(AttributeTargets.Property)]
35 SmallStep = smallStep;
36 LargeStep = largeStep;
42 public object Minimum {
get; set; }
47 public object Maximum {
get; set; }
52 public object SmallStep {
get; set; }
57 public object LargeStep {
get; set; }
StepRangeAttribute(double minimum, double maximum)
Initializes a new instance of the StepRangeAttribute using double values.
StepRangeAttribute(double minimum, double maximum, double smallStep, double largeStep)
Initializes a new instance of the StepRangeAttribute using double values.
This attribute allows to define boundaries for a numeric property, and advice small and large increme...