BitmapSourceSource Property

CVB.Net Documentation
Gets/sets the Image source for this BitmapSource.

Namespace:  Stemmer.Cvb.Wpf.Imaging
Assembly:  Stemmer.Cvb.Wpf (in Stemmer.Cvb.Wpf.dll) Version: 14.0.0.0
Syntax

public Image Source { get; set; }

Property Value

Type: Image
Remarks

This property can only be set between BeginInit and EndInit calls.
See Also

Reference