InlineAttributeclass

Applies an inline stylesheet to the Panel. The name identifies the sheet, so it should be unique - the styles are parsed once and shared between all instances.

objectAttributeInlineAttribute
Namespace
global
Assembly
Sandbox.Engine
Declaration
public sealed class Sandbox.UI.StyleSheet.InlineAttribute : System.Attribute

Constructors1

Showing 1 constructors

public InlineAttribute(string name, string styles)PUBLICCONSTRUCTOR

ParameterTypeDescription
namestring
stylesstring

On this page