WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IDesiredSize

    Show / Hide Table of Contents

    Interface IDesiredSize

    Defines an interface IDesiredSize which provides a desired size for some element.

    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public interface IDesiredSize

    Properties

    DesiredSize

    Gets or sets the size of the desired.

    Declaration
    Size DesiredSize { get; set; }
    Property Value
    Type Description
    System.Windows.Size

    The size of the desired.

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