Class VisualTargetPresentationSource
Presentation source used to connect one visual tree to another visual tree
Inheritance
System.Object
VisualTargetPresentationSource
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public class VisualTargetPresentationSource : PresentationSource
Constructors
Declaration
public VisualTargetPresentationSource(HostVisual hostVisual)
Parameters
Type |
Name |
Description |
System.Windows.Media.HostVisual |
hostVisual |
|
Properties
DesiredSize
Declaration
public Size DesiredSize { get; }
Property Value
IsDisposed
Declaration
public override bool IsDisposed { get; }
Property Value
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 |