Table of Contents

Class FontConfiguration

Namespace
WINKOnvif.Core.Models.Media
Assembly
WINKOnvif.Core.dll
public class FontConfiguration
Inheritance
FontConfiguration
Inherited Members

Properties

BackgroundColor

public string BackgroundColor { get; set; }

Property Value

string

FontColor

public string FontColor { get; set; }

Property Value

string

FontName

public string FontName { get; set; }

Property Value

string

FontSize

public int FontSize { get; set; }

Property Value

int

Transparent

public bool Transparent { get; set; }

Property Value

bool