Property CanUseBitmap
- Namespace
- SharpVectors.Renderers.Wpf
- Assembly
- SharpVectors.Rendering.Wpf.dll
CanUseBitmap
Gets or sets a value indicating if image elements will render bitmaps.
public bool CanUseBitmap { get; set; }
Property Value
- bool
A value specifying how bitmaps are rendered. If true elements will render bitmaps; otherwise, it is false elements will not render bitmaps. The default is true.
- See Also