WPF

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

    Show / Hide Table of Contents

    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

    true if this instance is visible; otherwise, false.

    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.

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