Class Branding
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
Properties
Logo
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
Exceptions
- ArgumentException
Thrown when the supplied value is not a URL or image data URI.