WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MainDocumentParams

    Show / Hide Table of Contents

    Class MainDocumentParams

    Presents serialization's parameters for DocumentContainer.

    Inheritance
    System.Object
    DocumentParamsBase
    MainDocumentParams
    Implements
    System.Runtime.Serialization.ISerializable
    Inherited Members
    DocumentParamsBase.ISACTIVE_PARAMNAME
    DocumentParamsBase.GetObjectData(SerializationInfo, StreamingContext)
    DocumentParamsBase.PropertiesMode
    DocumentParamsBase.Element
    DocumentParamsBase.DocParamsTable
    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: 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

    true if this instance can MDI maximize; otherwise, false.

    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

    true if this instance can MDI minimize; otherwise, false.

    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

    true if this instance is allow MDI resize; otherwise, false.

    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

    true if this instance is enabled scroll; otherwise, false.

    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

    true if this instance is keep circle; otherwise, false.

    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.

    Implements

    System.Runtime.Serialization.ISerializable
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved