# IWisejExtenderProvider

URL: https://docs.wisej.com/api/wisej.core/interfaces/wisej.core.iwisejextenderprovider

Version: 4.1
Namespace: **Wisej.Core**

Assembly: **Wisej.Framework** (4.1.0.0)

Defines the interface for extending properties to other components in a container.

- C# - VB.NET

```csharp
public interface IWisejExtenderProvider : IExtenderProvider
```

```visual
Public Interface IWisejExtenderProvider
    Inherits IExtenderProvider
```

## Methods

### ![Instance member](/img/api/instance.png) RenderDesignMode(component)

Renders the extended wisej properties for the specified component.

| Parameter | Type | Description | **component** | [IWisejComponent](/api/wisej.core/interfaces/wisej.core.iwisejcomponent) | 

**Returns:**[Object](https://docs.microsoft.com/dotnet/api/system.object) .

This method is used at design time to let the extenders affect the rendering.

## Implemented By

| Name | Description | Rotation | Add rotation capabilities along the X,Y,Z axis toControl controls. | [StyleSheet](/api/wisej.web/extenders/wisej.web.stylesheet) | Adds CSS styling to controls.
