StructPadding
Struct
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
[TypeConverter(typeof(PaddingConverter))]
public struct Padding
Constructors
Padding(int)
Declaration
cs-api-definition
public Padding(int all)
Parameters
all
int
Padding(int, int, int, int)
Declaration
cs-api-definition
public Padding(int left, int top, int right, int bottom)
Parameters
left
int
top
int
right
int
bottom
int
Fields
Properties
All
Declaration
cs-api-definition
public int All { get; set; }
Property Value
int
Bottom
Declaration
cs-api-definition
public int Bottom { get; set; }
Property Value
int
Horizontal
Declaration
cs-api-definition
[Browsable(false)]
public int Horizontal { get; }
Property Value
int
Left
Declaration
cs-api-definition
public int Left { get; set; }
Property Value
int
Right
Declaration
cs-api-definition
public int Right { get; set; }
Property Value
int
Size
Declaration
cs-api-definition
[Browsable(false)]
public Size Size { get; }
Property Value
Size
Top
Declaration
cs-api-definition
public int Top { get; set; }
Property Value
int
Vertical
Declaration
cs-api-definition
[Browsable(false)]
public int Vertical { get; }
Property Value
int
Methods
Equals(object)
Declaration
cs-api-definition
public override bool Equals(object other)
Parameters
other
object
Returns
bool
Overrides
GetHashCode()
Declaration
cs-api-definition
public override int GetHashCode()
Returns
int
Overrides
ToString()
Declaration
cs-api-definition
public override string ToString()
Returns
string
Overrides