Class
SolidColorsExtension

SolidColors MarkupExtension.

Definition

Namespace:Telerik.Windows.Controls.Diagrams.Extensions.Data

Assembly:Telerik.Windows.Controls.Diagrams.Extensions.dll

Syntax:

cs-api-definition
public class SolidColorsExtension : MarkupExtension

Inheritance: objectSolidColorsExtension

Constructors

SolidColorsExtension()

Initializes a new instance of the SolidColorsExtension class.

Declaration

cs-api-definition
public SolidColorsExtension()

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

cs-api-definition
public override object ProvideValue(IServiceProvider serviceProvider)

Parameters

serviceProvider

IServiceProvider

Object that can provide services for the markup extension.

Returns

object

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