C# Class Petzold.NotepadClone.NotepadCloneSettings

ファイルを表示 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_oe property

public string FontFamily
return string

FontSize public_oe property

public double FontSize
return double

FontStretch public_oe property

public string FontStretch
return string

FontStyle public_oe property

public string FontStyle
return string

FontWeight public_oe property

public string FontWeight
return string

RestoreBounds public_oe property

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

TextWrapping public_oe property

public TextWrapping TextWrapping
return TextWrapping

WindowState public_oe property

public WindowState WindowState
return WindowState