Class SettingHeaderAttribute
Displays a large header over a settings element. Useful for grouping elements together
Implements
Inherited Members
Namespace: WeaverCore.Settings
Assembly: WeaverCore.dll
Syntax
[AttributeUsage(AttributeTargets.Method|AttributeTargets.Property|AttributeTargets.Field, AllowMultiple = false, Inherited = false)]
public sealed class SettingHeaderAttribute : SettingHeaderAttribute_BASE, _Attribute
Constructors
| Edit this page View SourceSettingHeaderAttribute(string)
Applies a header to the settings property
Declaration
public SettingHeaderAttribute(string headerText)
Parameters
Type | Name | Description |
---|---|---|
string | headerText | The text on the header |