Class GraphvizFont
Graphviz font.
Inheritance
System.Object
GraphvizFont
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: QuikGraph.Graphviz.Dot
Assembly: QuikGraph.Graphviz.dll
Syntax
[Serializable]
public sealed class GraphvizFont
Constructors
| Improve this Doc View SourceGraphvizFont(String, Single)
Initializes a new instance of the GraphvizFont class.
Declaration
public GraphvizFont(string name, float sizeInPoints)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | Font name. |
System.Single | sizeInPoints | Font size. |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException |
|
System.ArgumentOutOfRangeException |
|
Properties
| Improve this Doc View SourceName
Font name. See more
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
SizeInPoints
Font size (in points). See more
Declaration
public float SizeInPoints { get; }
Property Value
Type | Description |
---|---|
System.Single |