Class HelperFrame
Inheritance
System.Object
HelperFrame
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class HelperFrame : DependencyObject
Constructors
HelperFrame()
Declaration
public HelperFrame()
Properties
IsVisible
Gets a value indicating whether this instance is visible.
Declaration
public bool IsVisible { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Methods
Hide()
Method invoke when hides this instance.
Declaration
public void Hide()
SetPosition(Point, Size)
Method invokes when the position get set.
Declaration
public void SetPosition(Point location, Size size)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Point | location | The location in Points. |
System.Windows.Size | size | The size of the Window. |
Show(Point, Size)
Shows the specified location.
Declaration
public void Show(Point location, Size size)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Point | location | The location inPoints.. |
System.Windows.Size | size | The size of the window. |