Interface IStylesheetProperty
Represents a property defined in a stylesheet for use in the backoffice RTE.
Namespace: Umbraco.Cms.Core.Models
Assembly: Umbraco.Core.dll
Syntax
public interface IStylesheetProperty : IRememberBeingDirty, ICanBeDirty
Properties
View SourceAlias
Gets or sets the alias of the stylesheet property.
Declaration
string Alias { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Gets the name of the stylesheet property.
Declaration
string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
Value
Gets or sets the CSS value of the stylesheet property.
Declaration
string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| string |