Table of Contents

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

Brush

_font

protected Font _font

Field Value

Font

_foreground

protected Brush _foreground

Field Value

Brush

Properties

Background

public Brush Background { get; set; }

Property Value

Brush

Font

public Font Font { get; set; }

Property Value

Font

Foreground

public Brush Foreground { get; set; }

Property Value

Brush

Methods

OnRender(DrawingContext)

public override void OnRender(DrawingContext dc)

Parameters

dc DrawingContext