Cocktail Help Reference
MissingImage Property
See Also  Send Feedback
Cocktail Assembly > Cocktail Namespace > PathToImageSourceConverter Class : MissingImage Property



Glossary Item Box

Convert to this missing image if there is no image filepath string or can't find the requested image.

Syntax

Visual Basic (Declaration) 
Public Property MissingImage As ImageSource
Visual Basic (Usage)Copy Code
Dim instance As PathToImageSourceConverter
Dim value As ImageSource
 
instance.MissingImage = value
 
value = instance.MissingImage
C# 
public ImageSource MissingImage {get; set;}
C++/CLI 
public:
property ImageSource^ MissingImage {
   ImageSource^ get();
   void set (    ImageSource^ value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.