Class WindowSettings
Inheritance
System.Object
WindowSettings
Namespace: Telerik.Windows.Documents.Proofing
Assembly: Telerik.Windows.Documents.Proofing.dll
Syntax
public class WindowSettings : Object
Constructors
WindowSettings()
Declaration
public WindowSettings()
Properties
IsAddToDictionaryButtonVisible
Declaration
public bool IsAddToDictionaryButtonVisible { get; set; }
Property Value
System.Boolean
|
IsEditCustomDictionaryButtonVisible
Declaration
public bool IsEditCustomDictionaryButtonVisible { get; set; }
Property Value
System.Boolean
|
IsIgnoreAllButtonVisible
Declaration
public bool IsIgnoreAllButtonVisible { get; set; }
Property Value
System.Boolean
|
Left
Declaration
public double Left { get; set; }
Property Value
System.Double
|
LeftOffset
Declaration
public double LeftOffset { get; set; }
Property Value
System.Double
|
ShowAlertWhenSpellCheckingCompleted
Declaration
public bool ShowAlertWhenSpellCheckingCompleted { get; set; }
Property Value
System.Boolean
|
SpellCheckingWindowsHeight
Declaration
public double SpellCheckingWindowsHeight { get; set; }
Property Value
System.Double
|
SpellCheckingWindowsStyle
Declaration
public Style SpellCheckingWindowsStyle { get; set; }
Property Value
System.Windows.Style
|
SpellCheckingWindowsWidth
Declaration
public double SpellCheckingWindowsWidth { get; set; }
Property Value
System.Double
|
StartupLocation
Declaration
public WindowStartupLocation StartupLocation { get; set; }
Property Value
WindowStartupLocation
|
Theme
Top
Declaration
public double Top { get; set; }
Property Value
System.Double
|
TopOffset
Declaration
public double TopOffset { get; set; }
Property Value
System.Double
|