[]
Basic control used to draw a border around another view.
public class C1Border : C1View, IComponent, IHandleAfterRender, IHandleEvent, IDisposable, IDependencyObject
Public Class C1Border
Inherits C1View
Implements IComponent, IHandleAfterRender, IHandleEvent, IDisposable, IDependencyObject
| Name | Description |
|---|---|
| C1Border() | Initializes a new instance of the C1Border class. |
| Name | Description |
|---|---|
| ContentPadding | Gets the actual padding of the content |
| Name | Description |
|---|---|
| Dispose(bool) | |
| OnAfterRender(bool) | |
| OnBorderAlignmentChanged() | Called when the border alignment changed. |
| OnContentPaddingChanged() | Called when the ContentPadding property changed. |