SplashFormProperties.CustomImagePainter Property
Gets or sets an object that implements a custom drawing procedure.
Namespace: DevExpress.XtraSplashScreen
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public ICustomImagePainter CustomImagePainter { get; set; }
Property Value
Type | Description |
---|---|
DevExpress.XtraSplashScreen.ICustomImagePainter | An ICustomImagePainter that implements a custom drawing procedure. |
Remarks
This member supports the internal infrastructure, and is not intended to be used directly from your code.
See the SplashScreenManager.ShowImage method overload taking an ICustomImagePainter object as a parameter, to learn about painting custom graphics information over splash images.
See Also