TextElements Style.
Namespace:
C1.Web.EditorAssembly: C1.Web.Editor.2 (in C1.Web.Editor.2.dll)
Syntax
C# |
---|
[EditorBrowsableAttribute(EditorBrowsableState.Always)] [BrowsableAttribute(true)] [BindableAttribute(false)] [ThemeableAttribute(true)] [NotifyParentPropertyAttribute(true)] [PersistenceModeAttribute(PersistenceMode.InnerProperty)] [TypeConverterAttribute(typeof(ExpandableObjectConverter))] public ExtendedItemStyle TextElementsStyle { get; } |
Visual Basic (Declaration) |
---|
<EditorBrowsableAttribute(EditorBrowsableState.Always)> _ <BrowsableAttribute(True)> _ <BindableAttribute(False)> _ <ThemeableAttribute(True)> _ <NotifyParentPropertyAttribute(True)> _ <PersistenceModeAttribute(PersistenceMode.InnerProperty)> _ <TypeConverterAttribute(GetType(ExpandableObjectConverter))> _ Public ReadOnly Property TextElementsStyle As ExtendedItemStyle Get |