Table of Contents

Class PaddingExtensions

Namespace
Alternet.Common
Assembly
Alternet.Common.Winforms.v10.dll

A utility class is used to provide additional properties for the Padding.

public static class PaddingExtensions
Inheritance
PaddingExtensions

Methods

AutoScale(Padding)

Automatically scales the specified Padding value.

LeftBottom(Padding)

Gets the position of the left-bottom corner of the Padding.

LeftTop(Padding)

Gets the position of the left-top corner of the Padding.

RightBottom(Padding)

Gets the position of the right-bottom corner of the Padding.

RightTop(Padding)

Gets the position of the right-top corner of the Padding.