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. |