Version

CustomPaletteColorScale Class Properties

For a list of all members of this type, see CustomPaletteColorScale members.

Public Properties
 NameDescription
Public PropertyDependencyObjectTypeGets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject)
Public PropertyDispatcherGets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject)
Public PropertyInterpolationModeThe approach to use when getting a color from the palette.  
Public PropertyIsSealedGets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject)
Public PropertyMaximumValueThe highest value to assign a color. Any given value greater than this value will be made Transparent.  
Public PropertyMinimumValueThe lowest value to assign a color. Any given value less than this value will be made Transparent.  
Public PropertyPaletteA list of colors to select from or interpolate between.  
See Also