Class MainDocumentParams
Presents serialization's parameters for DocumentContainer.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class MainDocumentParams : DocumentParamsBase, ISerializable
Constructors
MainDocumentParams()
Initializes a new instance of the MainDocumentParams class.
Declaration
public MainDocumentParams()
MainDocumentParams(SerializationInfo, StreamingContext)
Initializes a new instance of the MainDocumentParams class.
Declaration
public MainDocumentParams(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | The info MainDocumentParams. |
System.Runtime.Serialization.StreamingContext | context | The context MainDocumentParams. |
MainDocumentParams(FrameworkElement, PropertiesMode)
Initializes a new instance of the MainDocumentParams class.
Declaration
public MainDocumentParams(FrameworkElement element, PropertiesMode mode)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.FrameworkElement | element | The element MainDocumentParams. |
PropertiesMode | mode | The mode MainDocumentParams. |
Properties
CanMDIMaximize
Gets or sets a value indicating whether this instance can MDI maximize.
Declaration
public bool CanMDIMaximize { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
CanMDIMinimize
Gets or sets a value indicating whether this instance can MDI minimize.
Declaration
public bool CanMDIMinimize { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
DelayPreviewTime
Gets or sets the delay preview time.
Declaration
public TimeSpan DelayPreviewTime { get; set; }
Property Value
Type | Description |
---|---|
System.TimeSpan | The delay preview time. |
IsAllowMDIResize
Gets or sets a value indicating whether this instance is allow MDI resize.
Declaration
public bool IsAllowMDIResize { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IsEnabledScroll
Gets or sets a value indicating whether this instance is enabled scroll.
Declaration
public bool IsEnabledScroll { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IsKeepCircle
Gets or sets a value indicating whether this instance is keep circle.
Declaration
public bool IsKeepCircle { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Mode
Gets or sets the mode.
Declaration
public DocumentContainerMode Mode { get; set; }
Property Value
Type | Description |
---|---|
DocumentContainerMode | The mode DocumentContainerMode. |
SwitchMode
Gets or sets the switch mode.
Declaration
public SwitchMode SwitchMode { get; set; }
Property Value
Type | Description |
---|---|
SwitchMode | The switch mode. |