Class PropertyTypeAppearance
Represents the appearance settings for a property type.
Inheritance
object
Namespace: Umbraco.Cms.Api.Management.ViewModels.ContentType
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class PropertyTypeAppearance
Constructors
View SourcePropertyTypeAppearance()
Declaration
public PropertyTypeAppearance()
Properties
View SourceLabelOnTop
Gets or sets a value indicating whether the label for the property type is displayed above the input.
Declaration
public bool LabelOnTop { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |