Class BorderProperties
Inheritance
System.Object
BorderProperties
Assembly: BoldReports.UWP.dll
Syntax
public class BorderProperties : Object
Constructors
BorderProperties()
Declaration
public BorderProperties()
Properties
BorderBrush
Declaration
public string BorderBrush { get; set; }
Property Value
Type |
Description |
System.String |
|
BorderStyle
Declaration
public string BorderStyle { get; set; }
Property Value
Type |
Description |
System.String |
|
Thickness
Declaration
public double Thickness { get; set; }
Property Value
Type |
Description |
System.Double |
|