Gets a DialogBorder object representing C1WebDialog borders made of separate images.
Namespace:
C1.Web.EditorAssembly: C1.Web.Editor.2 (in C1.Web.Editor.2.dll)
Syntax
C# |
---|
[RefreshPropertiesAttribute(RefreshProperties.All)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)] [NotifyParentPropertyAttribute(true)] [PersistenceModeAttribute(PersistenceMode.InnerProperty)] public DialogBorder DialogBorder { get; } |
Visual Basic (Declaration) |
---|
<RefreshPropertiesAttribute(RefreshProperties.All)> _ <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> _ <NotifyParentPropertyAttribute(True)> _ <PersistenceModeAttribute(PersistenceMode.InnerProperty)> _ Public ReadOnly Property DialogBorder As DialogBorder Get |