| NodeAdornments Property |
Namespace:
Dynamicweb.Core.UI
Assembly:
Dynamicweb.Core.UI (in Dynamicweb.Core.UI.dll) Version: 2.0.2
Syntax [JsonConverterAttribute(typeof(KnownAdornmentJsonConverter))]
public IEnumerable<KnownAdornment> Adornments { get; set; }
<JsonConverterAttribute(GetType(KnownAdornmentJsonConverter))>
Public Property Adornments As IEnumerable(Of KnownAdornment)
Get
Set
Property Value
Type:
IEnumerableKnownAdornmentSee Also