Leadtools.Windows.Controls Namespace > ImageBox Class : Source Property |
public ImageSource Source {get; set;}
'Declaration Public Property Source As ImageSource
'Usage Dim instance As ImageBox Dim value As ImageSource instance.Source = value value = instance.Source
public: property ImageSource^ Source { ImageSource^ get(); void set ( ImageSource^ value); }
When the value of the Source property changes to a valid image, the values of SourceDpiX and SourceDpiY will be populated by the image resolution.