Skip to main content

FluentSplashScreenOptions.LogoImageOptions Property

Contains settings to specify and customize a raster or vector logo image.

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public ImageOptions LogoImageOptions { get; }

Property Value

Type Description
DevExpress.Utils.ImageOptions

An object that provides settings to specify and customize a raster or vector logo image.

Property Paths

You can access this nested property as listed below:

Object Type Path to LogoImageOptions
FluentSplashScreenOptions
.Default .LogoImageOptions

Remarks

image

See Also