Class Control
- Namespace
- GHIElectronics.Endpoint.UI.Controls
- Assembly
- GHIElectronics.Endpoint.UI.dll
public class Control : UIElement
- Inheritance
-
Control
- Derived
- Inherited Members
Fields
_background
protected Brush _background
Field Value
_font
protected Font _font
Field Value
_foreground
protected Brush _foreground
Field Value
Properties
Background
public Brush Background { get; set; }
Property Value
Font
public Font Font { get; set; }
Property Value
Foreground
public Brush Foreground { get; set; }
Property Value
Methods
OnRender(DrawingContext)
public override void OnRender(DrawingContext dc)