NChartTimeAxisSetEndButtonStateImages Method |
Set images for button "go to the ending".
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public void SetEndButtonStateImages(
NChartRawBitmap normal,
NChartRawBitmap pushed
)
Public Sub SetEndButtonStateImages (
normal As NChartRawBitmap,
pushed As NChartRawBitmap
)
public:
virtual void SetEndButtonStateImages(
[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