@microsoft/fast-foundation > PropertyStyleSheetBehavior > (constructor)
PropertyStyleSheetBehavior.(constructor)
Constructs a PropertyStyleSheetBehavior instance.
Signature:constructor(propertyName: string, value: any, styles: ElementStyles);
Parameters
Parameter | Type | Description |
---|---|---|
propertyName | string | The property name to operate from. |
value | any | The property value to operate from. |
styles | ElementStyles | The styles to coordinate with the property. |