Class WindowSettings
Inheritance
System.Object
WindowSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Proofing
Assembly: Telerik.Windows.Documents.Proofing.dll
Syntax
public class WindowSettings
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
System.Windows.WindowStartupLocation
|
Theme
Top
Declaration
public double Top { get; set; }
Property Value
System.Double
|
TopOffset
Declaration
public double TopOffset { get; set; }
Property Value
System.Double
|