Table of Contents

Class SeparatorAttribute

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

Draws a horizontal separator line above the field in the inspector.

[Version(4, 3, 0)]
public class SeparatorAttribute : PropertyAttribute
Inheritance
SeparatorAttribute
Inherited Members
Extension Methods

Constructors

SeparatorAttribute()

Initializes a new instance of the SeparatorAttribute class using the default height and color.

SeparatorAttribute(int)

Initializes a new instance of the SeparatorAttribute class with a specified height and default color.

SeparatorAttribute(string)

Initializes a new instance of the SeparatorAttribute class with a specified color and default height.

SeparatorAttribute(string, int)

Initializes a new instance of the SeparatorAttribute class with a specified color and height.

Properties

Color

Gets the color of the separator line.

Height

Gets the height of the separator line in pixels.