Home
last modified time | relevance | path

Searched refs:strokeLineJoin (Results 1 – 25 of 32) sorted by relevance

12

/ohos5.0/docs/zh-cn/application-dev/ui/
H A Darkts-geometric-shape-drawing.md195 - 通过strokeLineJoin可以设置线条拐角绘制样式。拐角绘制样式分为Bevel(使用斜角连接路径段)、Miter(使用尖角连接路径段)、Round(使用圆角连接路径段)。
206 .strokeLineJoin(LineJoinStyle.Round)
209 ![strokeLineJoin](figures/strokeLineJoin.jpg)
212 …斜接长度表示外边框外边交点到内边交点的距离,边框宽度即strokeWidth属性的值。strokeMiterLimit取值需大于等于1,且在strokeLineJoin属性取值LineJoinSt…
223 .strokeLineJoin(LineJoinStyle.Miter)
233 .strokeLineJoin(LineJoinStyle.Miter)
284 .strokeLineJoin(LineJoinStyle.Miter)
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-drawing-components-polyline.md173 ### strokeLineJoin subsection
175 strokeLineJoin(value: LineJoinStyle)
195 设置斜接长度与边框宽度比值的极限值。斜接长度表示外边框外边交点到内边交点的距离,边框宽度即strokeWidth属性的值。该属性取值需在strokeLineJoin属性取值LineJoinStyle…
277 使用points、fillOpacity、stroke、strokeLineJoin、strokeLineCap属性分别绘制折线的经过坐标、透明度、边框颜色、拐角样式、端点样式。
301 .strokeLineJoin(LineJoinStyle.Round)
H A Dts-drawing-components-shape.md182 ### strokeLineJoin subsection
184 strokeLineJoin(value: LineJoinStyle)
204 设置斜接长度与边框宽度比值的极限值。斜接长度表示外边框外边交点到内边交点的距离,边框宽度即strokeWidth属性的值。该属性取值需在strokeLineJoin属性取值LineJoinStyle…
323 .strokeLineJoin(LineJoinStyle.Round)
399 .strokeLineJoin(LineJoinStyle.Miter)
H A Dts-drawing-components-polygon.md175 ### strokeLineJoin subsection
177 strokeLineJoin(value: LineJoinStyle)
197 设置斜接长度与边框宽度比值的极限值。斜接长度表示外边框外边交点到内边交点的距离,边框宽度即strokeWidth属性的值。该属性取值需在strokeLineJoin属性取值LineJoinStyle…
H A Dts-drawing-components-circle.md144 ### strokeLineJoin subsection
146 strokeLineJoin(value: LineJoinStyle)
H A Dts-drawing-components-path.md175 ### strokeLineJoin subsection
177 strokeLineJoin(value: LineJoinStyle)
197 设置斜接长度与边框宽度比值的极限值。斜接长度表示外边框外边交点到内边交点的距离,边框宽度即strokeWidth属性的值。该属性取值需在strokeLineJoin属性取值LineJoinStyle…
H A Dts-drawing-components-rect.md228 ### strokeLineJoin subsection
230 strokeLineJoin(value: LineJoinStyle)
250 设置斜接长度与边框宽度比值的极限值。斜接长度表示外边框外边交点到内边交点的距离,边框宽度即strokeWidth属性的值。该属性取值需在strokeLineJoin属性取值LineJoinStyle…
H A Dts-drawing-components-ellipse.md157 ### strokeLineJoin subsection
159 strokeLineJoin(value: LineJoinStyle)
H A Dts-drawing-components-line.md192 ### strokeLineJoin subsection
194 strokeLineJoin(value: LineJoinStyle)
H A Dts-universal-attributes-content-modifier.md91 .strokeLineJoin(LineJoinStyle.Miter)
H A Dts-basic-components-checkbox.md312 .strokeLineJoin(LineJoinStyle.Miter)
/ohos5.0/docs/en/application-dev/ui/
H A Darkts-geometric-shape-drawing.md195 - You can use **strokeLineJoin** to set the join style of the stroke. Options include **Bevel**, **…
206 .strokeLineJoin(LineJoinStyle.Round)
209 ![strokeLineJoin](figures/strokeLineJoin.jpg)
212 …be set to a value greater than or equal to 1 and takes effect when **strokeLineJoin** is set to **…
223 .strokeLineJoin(LineJoinStyle.Miter)
233 .strokeLineJoin(LineJoinStyle.Miter)
284 .strokeLineJoin(LineJoinStyle.Miter)
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-drawing-components-polyline.md159 ### strokeLineJoin subsection
161 strokeLineJoin(value: LineJoinStyle)
181 …p to the inner corner of the miter. This attribute works only when **strokeLineJoin** is set to **…
285 .strokeLineJoin(LineJoinStyle.Round)
H A Dts-drawing-components-shape.md166 ### strokeLineJoin subsection
168 strokeLineJoin(value: LineJoinStyle)
188 …p to the inner corner of the miter. This attribute works only when **strokeLineJoin** is set to **…
305 .strokeLineJoin(LineJoinStyle.Round)
381 .strokeLineJoin(LineJoinStyle.Miter)
H A Dts-drawing-components-polygon.md162 ### strokeLineJoin subsection
164 strokeLineJoin(value: LineJoinStyle)
184 …p to the inner corner of the miter. This attribute works only when **strokeLineJoin** is set to **…
H A Dts-drawing-components-circle.md144 ### strokeLineJoin subsection
146 strokeLineJoin(value: LineJoinStyle)
H A Dts-drawing-components-rect.md197 ### strokeLineJoin subsection
199 strokeLineJoin(value: LineJoinStyle)
219 …p to the inner corner of the miter. This attribute works only when **strokeLineJoin** is set to **…
H A Dts-drawing-components-ellipse.md144 ### strokeLineJoin subsection
146 strokeLineJoin(value: LineJoinStyle)
H A Dts-universal-attributes-content-modifier.md89 .strokeLineJoin(LineJoinStyle.Miter)
H A Dts-drawing-components-path.md160 ### strokeLineJoin subsection
162 strokeLineJoin(value: LineJoinStyle)
182 …p to the inner corner of the miter. This attribute works only when **strokeLineJoin** is set to **…
H A Dts-drawing-components-line.md178 ### strokeLineJoin subsection
180 strokeLineJoin(value: LineJoinStyle)
H A Dts-basic-components-checkbox.md337 .strokeLineJoin(LineJoinStyle.Miter)
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkCommonShape.ts45 strokeLineJoin(value: LineJoinStyle): this {
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_shape_bridge.cpp196 int strokeLineJoin = secondArg->ToNumber(vm)->Value(); in SetStrokeLineJoin() local
197 … GetArkUINodeModifiers()->getCommonShapeModifier()->setStrokeLineJoin(nativeNode, strokeLineJoin); in SetStrokeLineJoin()
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-arkui.md329 …ommonShapeMethod;<br>方法or属性:strokeLineJoin(value: LineJoinStyle): T;<br>旧版本信息:|类名:CommonShapeMetho…

12