ImageField.DefaultImage Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the default image associated with this ImageField. The default image can be customized by overriding the GetDisplayImage method.
public:
property System::Drawing::Image ^ DefaultImage { System::Drawing::Image ^ get(); void set(System::Drawing::Image ^ value); };
public System.Drawing.Image DefaultImage { get; set; }
member this.DefaultImage : System.Drawing.Image with get, set
Public Property DefaultImage As Image