Home
last modified time | relevance | path

Searched defs:ArkUIDataPanelModifierAPI (Results 1 – 1 of 1) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dapi.h1385 struct ArkUIDataPanelModifierAPI { struct
1386 void (*SetCloseEffect)(NodeHandle node, bool value);
1387 void (*ResetCloseEffect)(NodeHandle node);
1388 void (*SetDataPanelTrackBackgroundColor)(NodeHandle node, uint32_t value);
1389 void (*ResetDataPanelTrackBackgroundColor)(NodeHandle node);
1390 void (*SetDataPanelStrokeWidth)(NodeHandle node, double value, int32_t unit);
1391 void (*ResetDataPanelStrokeWidth)(NodeHandle node);
1392 void (*SetValueColors)(NodeHandle node, const struct ArkUIGradientType* gradient);
1393 void (*ResetValueColors)(NodeHandle node);
1394 void (*SetTrackShadow)(
[all …]