View Source
Class BackOfficeTourStep
A model representing a step in a tour.
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class BackOfficeTourStep : object
Properties
View Source
BackdropOpacity
Declaration
public float? BackdropOpacity { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Single> |
|
View Source
Content
Declaration
public string Content { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
CustomProperties
Declaration
public object CustomProperties { get; set; }
Property Value
Type |
Description |
System.Object |
|
View Source
Element
Declaration
public string Element { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ElementPreventClick
Declaration
public bool ElementPreventClick { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Event
Declaration
public string Event { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
EventElement
Declaration
public string EventElement { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
SkipStepIfVisible
Declaration
public string SkipStepIfVisible { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Title
Declaration
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Type
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
View
Declaration
public string View { get; set; }
Property Value
Type |
Description |
System.String |
|