Table of Contents

Struct NSEdgeInsets

Namespace
CarinaStudio.MacOS.AppKit
Assembly
CarinaStudio.AppBase.MacOS.dll

NSEdgeInsets.

public struct NSEdgeInsets
Inherited Members
Extension Methods

Constructors

NSEdgeInsets(double)

Initialize NSEdgeInsets structure.

public NSEdgeInsets(double inset)

Parameters

inset double

Inset for left, top, right and bottom.

NSEdgeInsets(double, double, double, double)

Initialize NSEdgeInsets structure.

public NSEdgeInsets(double left, double top, double right, double bottom)

Parameters

left double

Left inset.

top double

Top inset.

right double

Right inset.

bottom double

Bottom inset.

Fields

Bottom

Bottom inset.

public double Bottom

Field Value

double

Left

Left inset.

public double Left

Field Value

double

Right

Right inset.

public double Right

Field Value

double

Top

Top inset.

public double Top

Field Value

double

Methods

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.