NChartTimeAxisSetPlayButtonStateImages Method |
Set images for button "play".
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public void SetPlayButtonStateImages(
NChartRawBitmap normal,
NChartRawBitmap pushed
)
Public Sub SetPlayButtonStateImages (
normal As NChartRawBitmap,
pushed As NChartRawBitmap
)
public:
virtual void SetPlayButtonStateImages(
[InAttribute] NChartRawBitmap^ normal,
[InAttribute] NChartRawBitmap^ pushed
) sealed
Parameters
- normal
- Type: NChart3D_UWPNChartRawBitmap
Image for the button's normal state. - pushed
- Type: NChart3D_UWPNChartRawBitmap
Image for the button's pushed state.
See Also