menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class VisualTargetPresentationSource - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class VisualTargetPresentationSource

    Presentation source used to connect one visual tree to another visual tree

    Inheritance
    System.Object
    VisualTargetPresentationSource
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class VisualTargetPresentationSource : PresentationSource

    Constructors

    VisualTargetPresentationSource(HostVisual)

    Declaration
    public VisualTargetPresentationSource(HostVisual hostVisual)
    Parameters
    Type Name Description
    System.Windows.Media.HostVisual hostVisual

    Properties

    DesiredSize

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

    IsDisposed

    Declaration
    public override bool IsDisposed { get; }
    Property Value
    Type
    System.Boolean

    RootVisual

    Declaration
    public override Visual RootVisual { get; set; }
    Property Value
    Type
    System.Windows.Media.Visual

    Methods

    GetCompositionTargetCore()

    Declaration
    protected override CompositionTarget GetCompositionTargetCore()
    Returns
    Type
    System.Windows.Media.CompositionTarget
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved