C# Class NClass.DiagramEditor.Style

Inheritance: IDisposable
Show file Open project: gbaychev/NClass Class Usage Examples

Private Properties

Property Type Description
AddToList void
Load Style
LoadCurrentStyle bool
LoadStyles bool
Save bool
SetFonts void
Style System

Public Methods

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

Private Methods

Method 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 method

public Clone ( ) : Style
return Style

Dispose() public method

public Dispose ( ) : void
return void

Load() public static method

public static Load ( string path ) : Style
path string
return Style

Save() public method

public Save ( string filePath ) : bool
filePath string
return bool

SaveCurrentStyle() public static method

public static SaveCurrentStyle ( ) : bool
return bool

ToString() public method

public ToString ( ) : string
return string