Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/div/
H A Ddiv_declaration.h30 struct DivStyle : Style { struct
32 bool isFlexWrap = false;
36 std::string columnsArgs;
37 std::string rowsArgs;
38 double columnGap = 0.0;
39 double rowGap = 0.0;
40 int32_t rowStart = -1;
41 int32_t rowEnd = -1;
42 int32_t columnStart = -1;
43 int32_t columnEnd = -1;
[all …]