Table of Contents

Class Branding

Namespace
C4.Net
Assembly
C4.Net.Core.dll

Defines workspace-wide branding such as logos and fonts.

[DataContract]
public sealed class Branding
Inheritance
Branding
Inherited Members

Fields

Font

Specifies the font metadata to use when rendering diagrams.

[DataMember(Name = "font", EmitDefaultValue = false)]
public Font Font

Field Value

Font

Properties

Provides a logo URL or data URI that renderers can display with diagrams.

[DataMember(Name = "logo", EmitDefaultValue = false)]
public string Logo { get; set; }

Property Value

string

Exceptions

ArgumentException

Thrown when the supplied value is not a URL or image data URI.