OrderAttributeclass

Visual order of this member for UI purposes. This info can then be retrieved via DisplayInfo library.

objectAttributeOrderAttribute
Namespace
global
Assembly
Sandbox.System
Declaration
public sealed class OrderAttribute : System.Attribute

Constructors1

Showing 1 constructors

public OrderAttribute(int value)PUBLICCONSTRUCTOR

ParameterTypeDescription
valueint

Properties1

Showing 1 properties

public int OrderAttribute.Value { get; set; }PUBLICGETSET

The visual order.

Returns:int

On this page