UIButton.TitleShadowOffset 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.
The offset used for creating the title's shadow.
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 3, 0, ObjCRuntime.PlatformArchitecture.None, null)]
public virtual CoreGraphics.CGSize TitleShadowOffset { [Foundation.Export("titleShadowOffset")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 3, 0, ObjCRuntime.PlatformArchitecture.None, null)] get; [Foundation.Export("setTitleShadowOffset:")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 3, 0, ObjCRuntime.PlatformArchitecture.None, null)] set; }
member this.TitleShadowOffset : CoreGraphics.CGSize with get, set
Property Value
- Attributes