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
afwMarginLeft200px
Sets a left margin of 200 pixels on the element.
public const string afwMarginLeft200px = "afwMarginLeft200px "
Field Value
afwMarginLeft300px
Sets a left margin of 300 pixels on the element.
public const string afwMarginLeft300px = "afwMarginLeft300px "
Field Value
afwMarginLeft400px
Sets a left margin of 400 pixels on the element.
public const string afwMarginLeft400px = "afwMarginLeft400px "
Field Value
afwMarginLeft500px
Sets a left margin of 500 pixels on the element.
public const string afwMarginLeft500px = "afwMarginLeft500px "
Field Value
afwTextAlignCenter
Centers text within the element.
public const string afwTextAlignCenter = "afwTextAlignCenter "
Field Value
afwTextAlignLeft
Aligns text to the left within the element.
public const string afwTextAlignLeft = "afwTextAlignLeft "
Field Value
afwTextAlignRight
Aligns text to the right within the element.
public const string afwTextAlignRight = "afwTextAlignRight "
Field Value
afwWidth10
Sets element width to 10% of its container.
public const string afwWidth10 = "afwWidth10 "
Field Value
afwWidth100
Sets element width to 100% of its container.
public const string afwWidth100 = "afwWidth100 "
Field Value
afwWidth100px
Sets element to a fixed width of 100 pixels.
public const string afwWidth100px = "afwWidth100px "
Field Value
afwWidth10px
Sets element to a fixed width of 10 pixels.
public const string afwWidth10px = "afwWidth10px "
Field Value
afwWidth20
Sets element width to 20% of its container.
public const string afwWidth20 = "afwWidth20 "
Field Value
afwWidth200px
Sets element to a fixed width of 200 pixels.
public const string afwWidth200px = "afwWidth200px "
Field Value
afwWidth20px
Sets element to a fixed width of 20 pixels.
public const string afwWidth20px = "afwWidth20px "
Field Value
afwWidth30
Sets element width to 30% of its container.
public const string afwWidth30 = "afwWidth30 "
Field Value
afwWidth300px
Sets element to a fixed width of 300 pixels.
public const string afwWidth300px = "afwWidth300px "
Field Value
afwWidth30px
Sets element to a fixed width of 30 pixels.
public const string afwWidth30px = "afwWidth30px "
Field Value
afwWidth40
Sets element width to 40% of its container.
public const string afwWidth40 = "afwWidth40 "
Field Value
afwWidth400px
Sets element to a fixed width of 400 pixels.
public const string afwWidth400px = "afwWidth400px "
Field Value
afwWidth40px
Sets element to a fixed width of 40 pixels.
public const string afwWidth40px = "afwWidth40px "
Field Value
afwWidth50
Sets element width to 50% of its container.
public const string afwWidth50 = "afwWidth50 "
Field Value
afwWidth500px
Sets element to a fixed width of 500 pixels.
public const string afwWidth500px = "afwWidth500px "
Field Value
afwWidth50px
Sets element to a fixed width of 50 pixels.
public const string afwWidth50px = "afwWidth50px "
Field Value
afwWidth60
Sets element width to 60% of its container.
public const string afwWidth60 = "afwWidth60 "
Field Value
afwWidth60px
Sets element to a fixed width of 60 pixels.
public const string afwWidth60px = "afwWidth60px "
Field Value
afwWidth70
Sets element width to 70% of its container.
public const string afwWidth70 = "afwWidth70 "
Field Value
afwWidth70px
Sets element to a fixed width of 70 pixels.
public const string afwWidth70px = "afwWidth70px "
Field Value
afwWidth80
Sets element width to 80% of its container.
public const string afwWidth80 = "afwWidth80 "
Field Value
afwWidth80px
Sets element to a fixed width of 80 pixels.
public const string afwWidth80px = "afwWidth80px "
Field Value
afwWidth90
Sets element width to 90% of its container.
public const string afwWidth90 = "afwWidth90 "
Field Value
afwWidth90px
Sets element to a fixed width of 90 pixels.
public const string afwWidth90px = "afwWidth90px "