Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    Alias

    Gets or sets the alias of the stylesheet property.

    Declaration
    string Alias { get; set; }
    Property Value
    Type Description
    string
    View Source

    Name

    Gets the name of the stylesheet property.

    Declaration
    string Name { get; }
    Property Value
    Type Description
    string
    View Source

    Value

    Gets or sets the CSS value of the stylesheet property.

    Declaration
    string Value { get; set; }
    Property Value
    Type Description
    string
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX