IWisejExtenderProvider
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
public interface IWisejExtenderProvider : IExtenderProvider
Public Interface IWisejExtenderProvider
Inherits IExtenderProvider
Methods
RenderDesignMode(component)
Renders the extended wisej properties for the specified component.
| Parameter | Type | Description |
|---|---|---|
| component | IWisejComponent |
Returns: 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 to Control controls. |
| StyleSheet | Adds CSS styling to controls. |