The Style type exposes the following members.
Constructors
Methods
Name | Description | |
---|---|---|
AssignFrom |
Copies properties from another Style to the current object.
|
|
Clear |
Clears the current object, sets all properties to their default values.
|
Properties
Name | Description | |
---|---|---|
BackgroundColor |
Gets or sets the background color.
Default: Transparent. |
|
BackgroundGradientEndColor |
Gets or sets the end color for the background gradient.
|
|
BackgroundGradientType |
Gets or sets the background gradient type.
Default: Default. |
|
BackgroundHatchType |
Gets or sets the hatch type.
If this property is set to a value other than None,
the BackgroundGradientType property is ignored.
|
|
BackgroundImage |
Gets the background image.
|
|
Border |
Gets the Border object specifying default border properties.
|
|
BottomBorder |
Gets the Border object specifying bottom border properties.
|
|
Calendar |
Gets or sets the calendar used for formatting dates.
Must be compatible with the .NET Framework Language setting.
|
|
Color |
Gets or sets the foreground color.
Default: Black. |
|
Direction |
Gets or sets a value indicating whether text is written left-to-right or right-to-left.
Does not affect the text alignment unless General alignment is used.
|
|
FontFamily |
Gets or sets the font family.
|
|
FontSize |
Gets or sets the font size.
|
|
FontStyle |
Gets or sets the font style.
|
|
FontWeight |
Gets or sets the thickness of the font.
|
|
Format |
Gets or sets the format string used to format value of objects like TextBox etc.
Format represents a .NET Framework formatting string.
|
|
Language |
Gets or sets the primary language of the text.
Default is null in which case the Language property of the C1RdlReport will be used. |
|
LeftBorder |
Gets the Border object specifying left border properties.
|
|
LineHeight |
Gets or sets the height of a line of text.
Default: null, renderer determines line height based on font size. Min: 1 pt. Max: 1000 pt. |
|
NumeralLanguage |
Gets or sets the digit format to use as described by its primary language.
Any language is valid.
Default is null in which case the Language property will be used. |
|
NumeralVariant |
Gets or sets the variant of the digit format to use.
The valid values are from 1 (default) to 7.
See remarks for details.
|
|
Owner |
Gets the owner of the current style.
|
|
PaddingBottom |
Gets or sets the padding between the bottom edge of the object and its contents.
Default: 0 pt. Max: 1000 pt. |
|
PaddingLeft |
Gets or sets the padding between the left edge of the object and its contents.
Default: 0 pt. Max: 1000 pt. |
|
PaddingRight |
Gets or sets the padding between the right edge of the object and its contents.
Default: 0 pt. Max: 1000 pt. |
|
PaddingTop |
Gets or sets the padding between the top edge of the object and its contents.
Default: 0 pt. Max: 1000 pt. |
|
RightBorder |
Gets the Border object specifying right border properties.
|
|
ShadowColor |
Gets or sets the color of the shadow for the item.
Default: #0000007F. |
|
ShadowOffset |
Gets or sets the size of the shadow for the item.
Default: 0. |
|
TextAlign |
Gets or sets the horizontal text alignment.
|
|
TextDecoration |
Gets or sets the special text formatting.
|
|
TextEffect |
Gets or sets the effect to apply to the text.
|
|
TopBorder |
Gets the Border object specifying top border properties.
|
|
VerticalAlign |
Gets or sets the vertical text alignment.
|
|
WritingMode |
Gets or sets a value indicating whether text is written horizontally or vertically.
|