Class FrameProperties
Inheritance
System.Object
FrameProperties
Assembly: BoldReports.UWP.dll
Syntax
public class FrameProperties : Object
Constructors
FrameProperties()
Declaration
Properties
BackgroundGradientEndcolor
Declaration
public string BackgroundGradientEndcolor { get; set; }
Property Value
Type |
Description |
System.String |
|
BackgroundGradientType
Declaration
public string BackgroundGradientType { get; set; }
Property Value
Type |
Description |
System.String |
|
BackgroundHatchType
Declaration
public string BackgroundHatchType { get; set; }
Property Value
Type |
Description |
System.String |
|
BorderColor
Declaration
public string BorderColor { get; set; }
Property Value
Type |
Description |
System.String |
|
BorderWidth
Declaration
public double BorderWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
FrameColor
Declaration
public string FrameColor { get; set; }
Property Value
Type |
Description |
System.String |
|
FrameImage
Declaration
public string FrameImage { get; set; }
Property Value
Type |
Description |
System.String |
|
FrameShape
Declaration
public string FrameShape { get; set; }
Property Value
Type |
Description |
System.String |
|
FrameStyle
Declaration
public string FrameStyle { get; set; }
Property Value
Type |
Description |
System.String |
|
FrameWidth
Declaration
public double FrameWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|