Class VisualImage
VisualImage
Inheritance
System.Object
VisualImage
Namespace: Syncfusion.UI.Xaml.Diagram.Utility
Assembly: Syncfusion.SfDiagram.UWP.dll
Syntax
public class VisualImage : FrameworkElement
Constructors
VisualImage()
Initializes a new instance of the VisualImage class.
Declaration
public VisualImage()
Fields
BitmapProperty
Declaration
public static DependencyProperty BitmapProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
VisualProperty
Declaration
public static DependencyProperty VisualProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
Bitmap
Declaration
public RenderTargetBitmap Bitmap { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Media.Imaging.RenderTargetBitmap |
Visual
Declaration
public FrameworkElement Visual { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.FrameworkElement |