Padding
Immutable padding or margin values for the four sides of a rectangle in device-independent pixels.
Definition
Namespace:Telerik.Windows.Documents.Primitives
Assembly:Telerik.Windows.Documents.Core.dll
Syntax:
public class Padding
Inheritance: objectPadding
Constructors
Initializes a new instance of the Padding class.
public Padding(double left, double top, double right, double bottom)
The left padding in device independent pixels (1/96 inch).
topdoubleThe top padding in device independent pixels (1/96 inch).
rightdoubleThe right padding in device independent pixels (1/96 inch).
bottomdoubleThe bottom padding in device independent pixels (1/96 inch).
Fields
Methods
Operators
Properties
Gets the bottom padding. The value is in device independent pixels (1/96 inch).
public double Bottom { get; }
The bottom padding.
Gets the left padding. The value is in device independent pixels (1/96 inch).
public double Left { get; }
The left padding.
Gets the right padding. The value is in device independent pixels (1/96 inch).
public double Right { get; }
The right padding.