Class CategoryLabelExval
Inheritance
System.Object
CategoryLabelExval
Assembly: BoldReports.UWP.dll
Syntax
public class CategoryLabelExval : Object
Constructors
CategoryLabelExval()
Declaration
public CategoryLabelExval()
Properties
BorderColor
Declaration
public string BorderColor { get; set; }
Property Value
Type |
Description |
System.String |
|
BorderStyle
Declaration
public string BorderStyle { get; set; }
Property Value
Type |
Description |
System.String |
|
BorderWidth
Declaration
public string BorderWidth { get; set; }
Property Value
Type |
Description |
System.String |
|
Enable
Declaration
public bool Enable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LabelPoints
Declaration
public Dictionary<string, List<LabelPointExval>> LabelPoints { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.List<LabelPointExval>> |
|
TextAlignment
Declaration
public string TextAlignment { get; set; }
Property Value
Type |
Description |
System.String |
|