Padding
Struct
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
C#
[TypeConverter(typeof(PaddingConverter))]
[AIAssistantExclude("")]
public struct Padding
Constructors
C#
public Padding(int left, int top, int right, int bottom)
C#
public Padding(int all)
Fields
Properties
All
int
C#
public int All { get; set; }
Bottom
int
C#
public int Bottom { get; set; }
Horizontal
int
C#
[Browsable(false)]
public int Horizontal { get; }
Left
int
C#
public int Left { get; set; }
Right
int
C#
public int Right { get; set; }
Size
Size
C#
[Browsable(false)]
public Size Size { get; }
Top
int
C#
public int Top { get; set; }
Vertical
int
C#
[Browsable(false)]
public int Vertical { get; }
Methods
Equals(object)
bool
C#
public override bool Equals(object other)
bool
Overrides:
C#
public override int GetHashCode()
int
Overrides:
ToString()
string
C#
public override string ToString()
string
Overrides: