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