Skip to the content.

PromptPlus API:StyleSchema

Build Publish License NuGet Downloads

Back to List Api

StyleSchema

Namespace: PPlus.Controls

Represents The Styles Schema of current instance of control

public class StyleSchema

Inheritance ObjectStyleSchema

Methods

ApplyStyle(StyleControls, Style)

Apply style current instance of control

public Style ApplyStyle(StyleControls styleControl, Style value)

Parameters

styleControl StyleControls
StyleControls to apply

value Style
Style value to apply

Returns

Style


Back to List Api