DataSourceDescriptor.Image Propriedade
Definição
public:
abstract property System::Drawing::Bitmap ^ Image { System::Drawing::Bitmap ^ get(); };
public abstract System.Drawing.Bitmap Image { get; }
member this.Image : System.Drawing.Bitmap
Public MustOverride ReadOnly Property Image As Bitmap
Valor da propriedade
Uma Bitmap imagem que representa a fonte de dados.A Bitmap image that represents the data source.
Comentários
Uma Bitmap imagem que representa a fonte de dados normalmente é usada em seletores de tempo de design.A Bitmap image that represents the data source is typically used in design-time pickers. A imagem pode ser null .The image may be null.