|
<p>, <span>, <img>, <br>, <hr>
|
Specifies the background color of the element. Possible values are .NET colors (System.Drawing.Color) and hexadecimal values (e.g. #rrggbb).
Note
|
Note
these values are valid for any sub-attribute specifying a color.
|
|
|
<p>, <span>, <img>, <br>, <hr>
|
Specifies the second background color of the element when using a gradient.
|
Background-gradient-style
|
<p>, <span>, <img>, <br>, <hr>
|
Specifies which, if any, gradient to use when drawing a gradient background. Possible values are found in the Infragistics.Win.GradientStyle enumeration.
|
|
|
Specifies the border color of the element.
|
|
|
Sets the color of the 3D portion of a 3D border.
|
|
|
If the Border-style sub-attribute has been set, this determines which sides of the element to draw the border on. Possible values are None, All, Left, Right, Top, and Bottom. You can specify more than one border by separating the values with a space.
|
|
|
|
|
<p>, <span>, <br>, <hr>, <img>
|
Ensures that the following element will be positioned after any floating objects. Possible values are left, right, and all.
|
|
|
Specifies the foreground (usually text) color of the element.
|
|
|
Causes an object (e.g. an image) to float next to the contents of a tag. The contents of the tag will wrap around the object. Possible values are left and right.
|
|
|
Specifies which font to use for the element.
|
|
|
Specifies how large or small the font should be. You can specify font size in points or in relative size. The relative size of a font (e.g., 1 to 6 prefixing either a negative or plus sign) is calculated using the base font of the control, not the parent tag.
|
|
|
Italicizes text. Possible values are italics and normal.
|
|
|
Bolds text. Possible values are bold and normal.
|
|
|
Specifies the height of the element.
|
|
|
Controls the height and width of an element’s margins. The margins appear outside of an element’s borders. You can specify one to four values separated by a space. If specifying one value, all four margins will be affected. If specifying two values, the first value affects the top and bottom margins while the second value affects the left and right margins. If specifying three values, the first value affects the top margin, the second value affects the left and right margins, and the third value affects the bottom margin. Specifying four values will affect the top, right, bottom, and left margins; respectively.
|
Margin-left, Margin-right, Margin-top, Margin-bottom
|
|
Specifies the size of individual margins.
|
|
|
Controls the height and width of an element’s padding. The padding appears inside an element’s borders. You can also specify one to four values just as with the margin sub-attribute.
|
Padding-left, Padding-right, Padding-top, Padding-bottom
|
|
Specifies the size of padding on individual sides of an element.
|
|
|
Specifies how to align text. Possible values are left, center, right, and justify.
|
|
|
Draws text anti-aliased. Possible values are AntiAlias and None.
|
|
|
Specifies how to vertically align the contents of an element. Possible values are baseline, middle, top, and bottom.
|
|
|
Specifies the width of the element. You can append the value with a percent '%' sign. Doing so will cause the width to be that percentage of the available width.
|