Class BorderVal
Inheritance
System.Object
BorderVal
Assembly: BoldReports.UWP.dll
Syntax
public class BorderVal : Object
Constructors
BorderVal()
Declaration
Properties
BottomBorder
Declaration
public BorderProperties BottomBorder { get; set; }
Property Value
Default
Declaration
public BorderProperties Default { get; set; }
Property Value
LeftBorder
Declaration
public BorderProperties LeftBorder { get; set; }
Property Value
RightBorder
Declaration
public BorderProperties RightBorder { get; set; }
Property Value
TopBorder
Declaration
public BorderProperties TopBorder { get; set; }
Property Value