Instance Property
インスタンスプロパティ
UIEdgeInsetsValue
Returns the UIKit edge insets structure representation of the value.
その値のUIKit縁差込構造体表現を返します。
Declaration
宣言
@property(nonatomic, readonly) UIEdgeInsets
UIEdgeInsetsValue;
Return Value
戻り値
The UIKit edge insets structure representation of the value.
その値のUIKit縁差込構造体表現。
See Also
参照
Working with UIKit Geometry Values
UIKit幾何学値を扱う
+ valueWithUIEdgeInsets:
Creates a new value object containing the specified UIKit edge insets structure.
指定されたUIKit縁差込構造体を含んでいる新しい値オブジェクトを作成します。
+ valueWithUIOffset:
Creates a new value object containing the specified UIKit offset structure.
指定されたUIKitオフセット構造体を含んでいる新しい値オブジェクトを作成します。
UIOffsetValue
Returns the UIKit offset structure representation of the value.
その値のUIKitオフセット構造体表現を返します。
Related Documentation
関連文書
UIEdgeInsets
The inset distances for views.
ビューに対するインセット(差込)距離それら。