C# Class Bend.PersistantStorage

Datei anzeigen Open project: kjk/kjkpub Class Usage Examples

Public Properties

Property Type Description
JSBeautifyIndent int
JSBeautifyPreserveLine bool
JSBeautifyUseSpaces bool
JSBeautifyUseTabs bool
TextFormatControlCharacters bool
TextFormatEmailLinks bool
TextFormatHyperLinks bool
TextIndent int
TextShowFormatting bool
TextUseSpaces bool
TextUseTabs bool
TextWordWrap bool
mainWindowHeight double
mainWindowLeft double
mainWindowTop double
mainWindowWidth double
mruFile string[]

Private Methods

Method Description
PersistantStorage ( ) : System

Property Details

JSBeautifyIndent public_oe property

public int JSBeautifyIndent
return int

JSBeautifyPreserveLine public_oe property

public bool JSBeautifyPreserveLine
return bool

JSBeautifyUseSpaces public_oe property

public bool JSBeautifyUseSpaces
return bool

JSBeautifyUseTabs public_oe property

public bool JSBeautifyUseTabs
return bool

TextFormatControlCharacters public_oe property

public bool TextFormatControlCharacters
return bool

TextFormatEmailLinks public_oe property

public bool TextFormatEmailLinks
return bool

TextFormatHyperLinks public_oe property

public bool TextFormatHyperLinks
return bool

TextIndent public_oe property

public int TextIndent
return int

TextShowFormatting public_oe property

public bool TextShowFormatting
return bool

TextUseSpaces public_oe property

public bool TextUseSpaces
return bool

TextUseTabs public_oe property

public bool TextUseTabs
return bool

TextWordWrap public_oe property

public bool TextWordWrap
return bool

mainWindowHeight public_oe property

public double mainWindowHeight
return double

mainWindowLeft public_oe property

public double mainWindowLeft
return double

mainWindowTop public_oe property

public double mainWindowTop
return double

mainWindowWidth public_oe property

public double mainWindowWidth
return double

mruFile public_oe property

public string[] mruFile
return string[]