C# Class Petzold.NotepadClone.NotepadCloneSettings

Show file Open project: kasicass/kasicass Class Usage Examples

Public Properties

Property Type Description
FontFamily string
FontSize double
FontStretch string
FontStyle string
FontWeight string
RestoreBounds System.Windows.Rect
TextWrapping TextWrapping
WindowState WindowState

Public Methods

Method Description
Save ( string strAppData ) : bool

Method Details

Save() public method

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

Property Details

FontFamily public property

public string FontFamily
return string

FontSize public property

public double FontSize
return double

FontStretch public property

public string FontStretch
return string

FontStyle public property

public string FontStyle
return string

FontWeight public property

public string FontWeight
return string

RestoreBounds public property

public Rect,System.Windows RestoreBounds
return System.Windows.Rect

TextWrapping public property

public TextWrapping TextWrapping
return TextWrapping

WindowState public property

public WindowState WindowState
return WindowState