Class SettingOrderAttribute
Determines the order a UI Element will be displayed in. The lower the number, the higher up it will be displayed in the Settings Menu
Implements
Inherited Members
Namespace: WeaverCore.Settings
Assembly: WeaverCore.dll
Syntax
[AttributeUsage(AttributeTargets.Method|AttributeTargets.Property|AttributeTargets.Field, AllowMultiple = false, Inherited = false)]
public sealed class SettingOrderAttribute : Attribute, _Attribute
Constructors
| Edit this page View SourceSettingOrderAttribute(int)
Declaration
public SettingOrderAttribute(int order)
Parameters
Type | Name | Description |
---|---|---|
int | order |
Properties
| Edit this page View SourceOrder
The order of the settings property, which determines where the setting should be positioned
Declaration
public int Order { get; }
Property Value
Type | Description |
---|---|
int |