C# Class Bend.PersistantStorage

Show file 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 property

public int JSBeautifyIndent
return int

JSBeautifyPreserveLine public property

public bool JSBeautifyPreserveLine
return bool

JSBeautifyUseSpaces public property

public bool JSBeautifyUseSpaces
return bool

JSBeautifyUseTabs public property

public bool JSBeautifyUseTabs
return bool

TextFormatControlCharacters public property

public bool TextFormatControlCharacters
return bool

TextFormatEmailLinks public property

public bool TextFormatEmailLinks
return bool

TextFormatHyperLinks public property

public bool TextFormatHyperLinks
return bool

TextIndent public property

public int TextIndent
return int

TextShowFormatting public property

public bool TextShowFormatting
return bool

TextUseSpaces public property

public bool TextUseSpaces
return bool

TextUseTabs public property

public bool TextUseTabs
return bool

TextWordWrap public property

public bool TextWordWrap
return bool

mainWindowHeight public property

public double mainWindowHeight
return double

mainWindowLeft public property

public double mainWindowLeft
return double

mainWindowTop public property

public double mainWindowTop
return double

mainWindowWidth public property

public double mainWindowWidth
return double

mruFile public property

public string[] mruFile
return string[]