NSDirectionalEdgeInsets Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Edge insets that account for text direction.
[ObjCRuntime.TV(11, 0)]
[ObjCRuntime.Watch(4, 0)]
public struct NSDirectionalEdgeInsets
type NSDirectionalEdgeInsets = struct
- Inheritance
-
NSDirectionalEdgeInsets
- Attributes
Constructors
NSDirectionalEdgeInsets(nfloat, nfloat, nfloat, nfloat) |
Creates an inset object with the specified values. |
Fields
Bottom |
The bottom edge inset. |
Leading | |
Top |
The top inset. |
Trailing |
The trailing inset. |
Zero |
Gets an NSDirectionalEdgeInsets that has zero top, leading, bottom, and trailing insets. |
Methods
Equals(NSDirectionalEdgeInsets) |
Returns true if |
Equals(Object) |
Returns true if |
FromString(String) |
Creates a new NSDirectionalEdgeInset object from a curly-braced, comma-separated list of the top, leading, bottom, and trailing inset values. |
GetHashCode() | |
ToString() |
Converts this object to a string that contains a curly-braced, comma-separated list of the top, leading, bottom, and trailing inset values. |
Operators
Equality(NSDirectionalEdgeInsets, NSDirectionalEdgeInsets) |
Returns |
Inequality(NSDirectionalEdgeInsets, NSDirectionalEdgeInsets) |
Returns |