Class FontSettings
Inheritance
System.Object
FontSettings
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: DocuWare.Platform.ServerClient.WebClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
[Serializable]
public class FontSettings
Properties
Bold
Declaration
public bool Bold { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Italic
Declaration
public bool Italic { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Size
Declaration
public string Size { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Strikeout
Declaration
public bool Strikeout { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Underline
Declaration
public bool Underline { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |