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
insetdoubleInset 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
Fields
Bottom
Bottom inset.
public double Bottom
Field Value
Left
Left inset.
public double Left
Field Value
Right
Right inset.
public double Right
Field Value
Top
Top inset.
public double Top
Field Value
Methods
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.