Makeup.LipMakeup Property

Definition

Gets or sets a boolean value describing whether lip makeup is present on a face.

[Newtonsoft.Json.JsonProperty(PropertyName="lipMakeup")]
public bool LipMakeup { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="lipMakeup")>]
member this.LipMakeup : bool with get, set
Public Property LipMakeup As Boolean

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to