TVStyleFactory.RegisterStyle(String, TVViewElementStyleType, Boolean) Method

Definition

[Foundation.Export("registerStyle:withType:inherited:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void RegisterStyle(string styleName, TVMLKit.TVViewElementStyleType type, bool inherited);
[<Foundation.Export("registerStyle:withType:inherited:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member RegisterStyle : string * TVMLKit.TVViewElementStyleType * bool -> unit

Parameters

styleName
String
inherited
Boolean
Attributes

Applies to