Table of Contents

Class LayoutBuilderBaseClass.AfwStyles

Namespace
Contensive.BaseClasses.LayoutBuilder
Assembly
CPBase.dll

CSS class name constants for the Admin Framework (AFW) layout system. These strings are appended to HTML element class attributes to control width, margin, and text alignment. Each value includes a trailing space so multiple classes can be concatenated directly.

public static class LayoutBuilderBaseClass.AfwStyles
Inheritance
LayoutBuilderBaseClass.AfwStyles
Inherited Members

Fields

afwMarginLeft100px

Sets a left margin of 100 pixels on the element.

public const string afwMarginLeft100px = "afwMarginLeft100px "

Field Value

string

afwMarginLeft200px

Sets a left margin of 200 pixels on the element.

public const string afwMarginLeft200px = "afwMarginLeft200px "

Field Value

string

afwMarginLeft300px

Sets a left margin of 300 pixels on the element.

public const string afwMarginLeft300px = "afwMarginLeft300px "

Field Value

string

afwMarginLeft400px

Sets a left margin of 400 pixels on the element.

public const string afwMarginLeft400px = "afwMarginLeft400px "

Field Value

string

afwMarginLeft500px

Sets a left margin of 500 pixels on the element.

public const string afwMarginLeft500px = "afwMarginLeft500px "

Field Value

string

afwTextAlignCenter

Centers text within the element.

public const string afwTextAlignCenter = "afwTextAlignCenter "

Field Value

string

afwTextAlignLeft

Aligns text to the left within the element.

public const string afwTextAlignLeft = "afwTextAlignLeft "

Field Value

string

afwTextAlignRight

Aligns text to the right within the element.

public const string afwTextAlignRight = "afwTextAlignRight "

Field Value

string

afwWidth10

Sets element width to 10% of its container.

public const string afwWidth10 = "afwWidth10 "

Field Value

string

afwWidth100

Sets element width to 100% of its container.

public const string afwWidth100 = "afwWidth100 "

Field Value

string

afwWidth100px

Sets element to a fixed width of 100 pixels.

public const string afwWidth100px = "afwWidth100px "

Field Value

string

afwWidth10px

Sets element to a fixed width of 10 pixels.

public const string afwWidth10px = "afwWidth10px "

Field Value

string

afwWidth20

Sets element width to 20% of its container.

public const string afwWidth20 = "afwWidth20 "

Field Value

string

afwWidth200px

Sets element to a fixed width of 200 pixels.

public const string afwWidth200px = "afwWidth200px "

Field Value

string

afwWidth20px

Sets element to a fixed width of 20 pixels.

public const string afwWidth20px = "afwWidth20px "

Field Value

string

afwWidth30

Sets element width to 30% of its container.

public const string afwWidth30 = "afwWidth30 "

Field Value

string

afwWidth300px

Sets element to a fixed width of 300 pixels.

public const string afwWidth300px = "afwWidth300px "

Field Value

string

afwWidth30px

Sets element to a fixed width of 30 pixels.

public const string afwWidth30px = "afwWidth30px "

Field Value

string

afwWidth40

Sets element width to 40% of its container.

public const string afwWidth40 = "afwWidth40 "

Field Value

string

afwWidth400px

Sets element to a fixed width of 400 pixels.

public const string afwWidth400px = "afwWidth400px "

Field Value

string

afwWidth40px

Sets element to a fixed width of 40 pixels.

public const string afwWidth40px = "afwWidth40px "

Field Value

string

afwWidth50

Sets element width to 50% of its container.

public const string afwWidth50 = "afwWidth50 "

Field Value

string

afwWidth500px

Sets element to a fixed width of 500 pixels.

public const string afwWidth500px = "afwWidth500px "

Field Value

string

afwWidth50px

Sets element to a fixed width of 50 pixels.

public const string afwWidth50px = "afwWidth50px "

Field Value

string

afwWidth60

Sets element width to 60% of its container.

public const string afwWidth60 = "afwWidth60 "

Field Value

string

afwWidth60px

Sets element to a fixed width of 60 pixels.

public const string afwWidth60px = "afwWidth60px "

Field Value

string

afwWidth70

Sets element width to 70% of its container.

public const string afwWidth70 = "afwWidth70 "

Field Value

string

afwWidth70px

Sets element to a fixed width of 70 pixels.

public const string afwWidth70px = "afwWidth70px "

Field Value

string

afwWidth80

Sets element width to 80% of its container.

public const string afwWidth80 = "afwWidth80 "

Field Value

string

afwWidth80px

Sets element to a fixed width of 80 pixels.

public const string afwWidth80px = "afwWidth80px "

Field Value

string

afwWidth90

Sets element width to 90% of its container.

public const string afwWidth90 = "afwWidth90 "

Field Value

string

afwWidth90px

Sets element to a fixed width of 90 pixels.

public const string afwWidth90px = "afwWidth90px "

Field Value

string