Searched refs:symmetricExtensible (Results 1 – 10 of 10) sorted by relevance
470 ### symmetricExtensible<sup>10+</sup>472 symmetricExtensible(value: boolean): BottomTabBarStyle1318 本示例通过padding、verticalAlign、layoutMode、symmetricExtensible实现了底部页签基本属性的展示。1328 @State symmetricExtensible: boolean = false;1373 Button("symmetricExtensible改变 " + this.symmetricExtensible)1378 this.symmetricExtensible = !this.symmetricExtensible1447 .symmetricExtensible(this.symmetricExtensible))
45 bool symmetricExtensible = false; member
271 bottomTabBarStyle_.symmetricExtensible = isExtensible; in SetSymmetricExtensible()
172 …"symmetricExtensible", tabContentPattern->GetBottomTabBarStyle().symmetricExtensible ? "true" : "f… in ToJsonValue()
178 tabBarPattern->GetBottomTabBarStyle(index).symmetricExtensible) { in MeasureFixedMode()794 tabBarPattern->GetBottomTabBarStyle(index).symmetricExtensible && index > 0 && in ApplySymmetricExtensible()
275 | symmetricExtensible<sup>10+</sup> | boolean | Yes| Whether the images and text on the bottom tab…1018 @State symmetricExtensible: boolean = false;1063 Button ("Set SymmetricExtensible to " + this.symmetricExtensible)1068 this.symmetricExtensible = !this.symmetricExtensible1137 .symmetricExtensible(this.symmetricExtensible))
1753 EXPECT_EQ(tabContentPattern->GetBottomTabBarStyle().symmetricExtensible, isExtensible);1787 EXPECT_EQ(tabContentPattern->GetBottomTabBarStyle().symmetricExtensible, isExtensible);
998 EXPECT_EQ(tabContentPattern->GetBottomTabBarStyle().symmetricExtensible, isExtensible);
1505 bottomTabBarStyle.symmetricExtensible = true;
1839 symmetricExtensible(arg) { method in BottomTabBarStyle1840 this.symmetricExtensible = arg;