[]
Base class for views supporting standard properties.
public abstract class C1View : Control, IDisposable
Name | Description |
---|---|
C1View() | Initializes a new instance of the C1View class. |
Name | Description |
---|---|
IsDisposed | Gets whether this instance is disposed. |
Name | Description |
---|---|
Dispose() | |
Dispose(bool) | |
Finalize() | Finalizes this instance of the C1View class. |
OnApplyTemplate() | |
OnBackgroundChanged() | Called when the background changed. |
OnBorderBrushChanged() | Called when the border brush changed. |
OnBorderThicknessChanged() | Called when the border thickness changed. |
OnCornerRadiusChanged() | Called when the corner-radius changed. |
OnFlowDirectionChanged() | Called when the flow direction changed. |
OnFontChanged() | Called when any of the font properties changed. |
OnForegroundChanged() | Called when the foreground changed. |
OnPaddingChanged() | Called when the padding changed. |
OnStyleChanged() | Called when the style changed. |