w-picture
Adds supports for [PictureComponent]
Implementation Details
Component Selector: 'wm-picture'
Class inheritance
PictureComponent extends BaseControlComponent.
Support
Properties
Property | Get/Set | Notify Changes | Details |
border: boolean | Yes/No | No | Inherited from BaseControlComponent see BaseControlComponent |
enabled: boolean | Yes/Yes | No | Inherited from BaseControlComponent see BaseControlComponent |
invert: boolean | Yes/No | No | Indicating whether to use the image original size |
name: string | Yes/Yes | No | Inherited from BaseControlComponent see BaseControlComponent |
OriginalSize: boolean | Yes/No | No | Indicating whether to use the image original size |
PowerTipText: string | Yes/No | No | Specifies a PowerTip for the control. |
Events
Event | Supported | Parameter | Details |
DoubleClicked | Yes | $event: any | Triggers |
getfocus | Yes | $event: any | Triggers |
losefocus | Yes | $event: any | Triggers |
Last updated