Class FontVM
Inheritance
System.Object
FontVM
Assembly: FastReport.Cloud.SDK.dll
Syntax
public class FontVM : System.ComponentModel.INotifyPropertyChanged
Properties
Id
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
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 |
|
Names
Declaration
public System.Collections.Generic.ICollection<string> Names { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.String> |
|
PostScriptName
Declaration
public string PostScriptName { get; set; }
Property Value
Type |
Description |
System.String |
|
PubliclyAccessible
Declaration
public bool? PubliclyAccessible { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Weight
Declaration
public int Weight { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
RaisePropertyChanged(String)
Declaration
protected virtual void RaisePropertyChanged(string propertyName = null)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
Events
PropertyChanged
Declaration
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|