WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HSVBackgroundBrushExtension

    Show / Hide Table of Contents

    Class HSVBackgroundBrushExtension

    Represent a MarkUpExtension class for multibinding to calculate HSV Background.

    Inheritance
    System.Object
    HSVBackgroundBrushExtension
    Namespace: Syncfusion.Windows.Shared
    Assembly: Syncfusion.Shared.Wpf.dll
    Syntax
    public class HSVBackgroundBrushExtension : MarkupExtension

    Constructors

    HSVBackgroundBrushExtension(String)

    Initializes a new instance of the HSVBackgroundBrushExtension class.

    Declaration
    public HSVBackgroundBrushExtension(string key)
    Parameters
    Type Name Description
    System.String key

    The key to be stored.

    Methods

    ProvideValue(IServiceProvider)

    When implemented in a derived class, returns an object that is set as the value of the target property for this markup extension.

    Declaration
    public override object ProvideValue(IServiceProvider serviceProvider)
    Parameters
    Type Name Description
    System.IServiceProvider serviceProvider

    Object that can provide services for the markup extension.

    Returns
    Type Description
    System.Object

    The object value to set on the property where the extension is applied.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved