Gets style of content area of the dialog window.
Namespace:
C1.Web.EditorAssembly: C1.Web.Editor.2 (in C1.Web.Editor.2.dll)
Syntax
C# |
---|
[RefreshPropertiesAttribute(RefreshProperties.All)] [PersistenceModeAttribute(PersistenceMode.InnerProperty)] [NotifyParentPropertyAttribute(true)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)] public C1WebDialogContentStyle ContentStyle { get; } |
Visual Basic (Declaration) |
---|
<RefreshPropertiesAttribute(RefreshProperties.All)> _ <PersistenceModeAttribute(PersistenceMode.InnerProperty)> _ <NotifyParentPropertyAttribute(True)> _ <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> _ Public ReadOnly Property ContentStyle As C1WebDialogContentStyle Get |