UIStackView
UIStackViewAppearance
UIStackView()
UIStackView(CGRect)
UIStackView(IntPtr)
UIStackView(NativeHandle)
UIStackView(NSCoder)
UIStackView(NSObjectFlag)
UIStackView(UIView[])
Alignment
Appearance
ArrangedSubviews
Axis
BaselineRelativeArrangement
ClassHandle
Distribution
LayoutMarginsRelativeArrangement
Spacing
AddArrangedSubview(UIView)
AppearanceWhenContainedIn(Type[])
GetAppearance(UITraitCollection)
GetAppearance(UITraitCollection, Type[])
GetAppearance<T>()
GetAppearance<T>(UITraitCollection)
GetAppearance<T>(UITraitCollection, Type[])
GetCustomSpacing(UIView)
InsertArrangedSubview(UIView, nuint)
InsertArrangedSubview(UIView, nuint)
RemoveArrangedSubview(UIView)
SetCustomSpacing(nfloat, UIView)
SetCustomSpacing(NFloat, UIView)
xamarinios
namespace UIKit
{
[Introduced(PlatformName.iOS, 9, 0, PlatformArchitecture.All, null)]
[Register("UIStackView", true)]
public class UIStackView : UIView
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("insertArrangedSubview:atIndex:")]
public virtual void InsertArrangedSubview(UIView! view, nuint stackIndex);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
Xamarin iOS | 0.0 |
Xamarin tvOS | 0.0 |
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API