Skip to main content
Version: 3.5

IWisejExtenderProvider

Namespace: Wisej.Core

Assembly: Wisej.Framework (3.5.0.0)

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

public interface IWisejExtenderProvider : IExtenderProvider

Methods

Instance memberRenderDesignMode(component)

Renders the extended wisej properties for the specified component.

ParameterTypeDescription
componentIWisejComponent

Returns: Object.

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

Implemented By

NameDescription
RotationAdd rotation capabilities along the X,Y,Z axis to Control controls.
StyleSheetAdds CSS styling to controls.