Class ItemStyleExval
Inheritance
System.Object
ItemStyleExval
Assembly: BoldReports.UWP.dll
Syntax
public class ItemStyleExval : Object
Constructors
ItemStyleExval()
Declaration
Properties
BackgroundImage
Declaration
public BackGroundImageExval BackgroundImage { get; set; }
Property Value
BackgroundPattern
Declaration
public string BackgroundPattern { get; set; }
Property Value
Type |
Description |
System.String |
|
Border
Declaration
public BorderVal Border { get; set; }
Property Value
Color
Declaration
public string Color { get; set; }
Property Value
Type |
Description |
System.String |
|
FillStyle
Declaration
public FillStyleExval FillStyle { get; set; }
Property Value
Font
Declaration
public FontExval Font { get; set; }
Property Value
ShadowColor
Declaration
public string ShadowColor { get; set; }
Property Value
Type |
Description |
System.String |
|
ShadowOffset
Declaration
public string ShadowOffset { get; set; }
Property Value
Type |
Description |
System.String |
|
TextDecoration
Declaration
public string TextDecoration { get; set; }
Property Value
Type |
Description |
System.String |
|
TextEffect
Declaration
public string TextEffect { get; set; }
Property Value
Type |
Description |
System.String |
|
TextOrientation
Declaration
public string TextOrientation { get; set; }
Property Value
Type |
Description |
System.String |
|