BackgroundSettings Class

Viewport background settings.
Public Class BackgroundSettings 
Implements ICloneable
This language is not supported or no code example is available.
public class BackgroundSettings : ICloneable
This language is not supported or no code example is available.
Name Description
Public property BottomColor Gets or sets the viewport background bottom color.
Public property ColorTheme Gets or sets the user interface elements color theme.
Public property ColorThemeTransparency Gets or sets button hover status, progress bar, view cube ring (when the ViewCubeIcon.Lighting property is false), zoom window and selection boxes transparency level.
Public property Image Gets or sets the background image.
Public property IntermediateColor Gets or sets the viewport background intermediate color.
Public property IntermediateColorPosition Gets or sets intermediate color position expressed in percent of viewport height from top.
Public property IsDark
Public property StyleMode Gets or sets the viewport background style.
Public property Texture
Public property TopColor Gets or sets the viewport background intermediate color.
Top
Methods
 
Name Description
Public method Clone() Creates a new object that is a copy of the current instance.
Public method Equals(Object) Determines whether the specified object is equal to the current object. (inherited from Object).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method FreezeBrightness(bool) Freezes the brightness evaluation.
Public method GetContrastColor()
Public method GetContrastColorInverted()
Public method GetContrastColorSemiTransparent()
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetImageScale(int, int, out float, out float)
Public method Static GetPixelColor(BitmapSource, int, int)
Public method GetSelectionBoxColor(Color)
Public method GetType Gets the Type of the current instance. (inherited from Object).
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Protected method RaisePropertyChangedEvent(object, DependencyProperty) For internal use only.
Public method ShouldSerialize(BackgroundSettings)
Public method ToString Returns a string that represents the current object. (inherited from Object).
Top
Events
 
Name Description
Public event PropertyChanged For internal use only.
Top
Fields
 
Name Description
Public field Static PropertyChangedEvent For internal use only.
Public field Static RaiseEventEnabled For internal use only.
Top
devDept.Graphics.BackgroundSettings

.NET Framework

Supported in: 4.8

In this article

Definition