C# Class NClass.DiagramEditor.Style

Inheritance: IDisposable
Afficher le fichier Open project: gbaychev/NClass Class Usage Examples

Private Properties

Свойство Type Description
AddToList void
Load Style
LoadCurrentStyle bool
LoadStyles bool
Save bool
SetFonts void
Style System

Méthodes publiques

Méthode Description
Clone ( ) : Style
Dispose ( ) : void
Load ( string path ) : Style
Save ( string filePath ) : bool
SaveCurrentStyle ( ) : bool
ToString ( ) : string

Private Methods

Méthode Description
AddToList ( Style style, string stylePath ) : void
Load ( string path, bool addToList ) : Style
LoadCurrentStyle ( ) : bool
LoadStyles ( ) : bool
Save ( string path, bool addToList ) : bool
SetFonts ( StreamingContext context ) : void
Style ( ) : System

Method Details

Clone() public méthode

public Clone ( ) : Style
Résultat Style

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Load() public static méthode

public static Load ( string path ) : Style
path string
Résultat Style

Save() public méthode

public Save ( string filePath ) : bool
filePath string
Résultat bool

SaveCurrentStyle() public static méthode

public static SaveCurrentStyle ( ) : bool
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string