NSStackView.HasEqualSpacing Property
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.
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, "Set Distribution to NSStackViewDistribution.EqualSpacing instead.")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, "Set Distribution to NSStackViewDistribution.EqualSpacing instead.")]
public virtual bool HasEqualSpacing { [Foundation.Export("hasEqualSpacing")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, "Set Distribution to NSStackViewDistribution.EqualSpacing instead.")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, "Set Distribution to NSStackViewDistribution.EqualSpacing instead.")] get; [Foundation.Export("setHasEqualSpacing:")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, "Set Distribution to NSStackViewDistribution.EqualSpacing instead.")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, "Set Distribution to NSStackViewDistribution.EqualSpacing instead.")] set; }
member this.HasEqualSpacing : bool with get, set
Property Value
- Attributes