[]
        
(Showing Draft Content)

C1.Blazor.Core.C1Border

C1Border Class

Basic control used to draw a border around another view.

Inheritance
C1Border
Namespace: C1.Blazor.Core
Assembly: C1.Blazor.Core.dll
Syntax
public class C1Border : C1View, IComponent, IHandleAfterRender, IHandleEvent, IDisposable, IDependencyObject
Public Class C1Border
    Inherits C1View
    Implements IComponent, IHandleAfterRender, IHandleEvent, IDisposable, IDependencyObject

Constructors

Name Description
C1Border()

Initializes a new instance of the C1Border class.

Properties

Name Description
ContentPadding

Gets the actual padding of the content

Methods

Name Description
Dispose(bool)
OnAfterRender(bool)
OnBorderAlignmentChanged()

Called when the border alignment changed.

OnContentPaddingChanged()

Called when the ContentPadding property changed.