Class ItemStyleExval
Inheritance
System.Object
ItemStyleExval
Implements
System.IDisposable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public class ItemStyleExval : IReportDispose, IDisposable
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 |
|
TextAlign
Declaration
public string TextAlign { 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 |
|
VerticalAlign
Declaration
public string VerticalAlign { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Dispose()
Declaration
Implements
System.IDisposable