/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | arkts-geometric-shape-drawing.md | 195 - 通过strokeLineJoin可以设置线条拐角绘制样式。拐角绘制样式分为Bevel(使用斜角连接路径段)、Miter(使用尖角连接路径段)、Round(使用圆角连接路径段)。 206 .strokeLineJoin(LineJoinStyle.Round) 209  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 D | ts-drawing-components-polyline.md | 173 ### strokeLineJoin subsection 175 strokeLineJoin(value: LineJoinStyle) 195 设置斜接长度与边框宽度比值的极限值。斜接长度表示外边框外边交点到内边交点的距离,边框宽度即strokeWidth属性的值。该属性取值需在strokeLineJoin属性取值LineJoinStyle… 277 使用points、fillOpacity、stroke、strokeLineJoin、strokeLineCap属性分别绘制折线的经过坐标、透明度、边框颜色、拐角样式、端点样式。 301 .strokeLineJoin(LineJoinStyle.Round)
|
H A D | ts-drawing-components-shape.md | 182 ### strokeLineJoin subsection 184 strokeLineJoin(value: LineJoinStyle) 204 设置斜接长度与边框宽度比值的极限值。斜接长度表示外边框外边交点到内边交点的距离,边框宽度即strokeWidth属性的值。该属性取值需在strokeLineJoin属性取值LineJoinStyle… 323 .strokeLineJoin(LineJoinStyle.Round) 399 .strokeLineJoin(LineJoinStyle.Miter)
|
H A D | ts-drawing-components-polygon.md | 175 ### strokeLineJoin subsection 177 strokeLineJoin(value: LineJoinStyle) 197 设置斜接长度与边框宽度比值的极限值。斜接长度表示外边框外边交点到内边交点的距离,边框宽度即strokeWidth属性的值。该属性取值需在strokeLineJoin属性取值LineJoinStyle…
|
H A D | ts-drawing-components-circle.md | 144 ### strokeLineJoin subsection 146 strokeLineJoin(value: LineJoinStyle)
|
H A D | ts-drawing-components-path.md | 175 ### strokeLineJoin subsection 177 strokeLineJoin(value: LineJoinStyle) 197 设置斜接长度与边框宽度比值的极限值。斜接长度表示外边框外边交点到内边交点的距离,边框宽度即strokeWidth属性的值。该属性取值需在strokeLineJoin属性取值LineJoinStyle…
|
H A D | ts-drawing-components-rect.md | 228 ### strokeLineJoin subsection 230 strokeLineJoin(value: LineJoinStyle) 250 设置斜接长度与边框宽度比值的极限值。斜接长度表示外边框外边交点到内边交点的距离,边框宽度即strokeWidth属性的值。该属性取值需在strokeLineJoin属性取值LineJoinStyle…
|
H A D | ts-drawing-components-ellipse.md | 157 ### strokeLineJoin subsection 159 strokeLineJoin(value: LineJoinStyle)
|
H A D | ts-drawing-components-line.md | 192 ### strokeLineJoin subsection 194 strokeLineJoin(value: LineJoinStyle)
|
H A D | ts-universal-attributes-content-modifier.md | 91 .strokeLineJoin(LineJoinStyle.Miter)
|
H A D | ts-basic-components-checkbox.md | 312 .strokeLineJoin(LineJoinStyle.Miter)
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | arkts-geometric-shape-drawing.md | 195 - You can use **strokeLineJoin** to set the join style of the stroke. Options include **Bevel**, **… 206 .strokeLineJoin(LineJoinStyle.Round) 209  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 D | ts-drawing-components-polyline.md | 159 ### 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 D | ts-drawing-components-shape.md | 166 ### 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 D | ts-drawing-components-polygon.md | 162 ### 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 D | ts-drawing-components-circle.md | 144 ### strokeLineJoin subsection 146 strokeLineJoin(value: LineJoinStyle)
|
H A D | ts-drawing-components-rect.md | 197 ### 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 D | ts-drawing-components-ellipse.md | 144 ### strokeLineJoin subsection 146 strokeLineJoin(value: LineJoinStyle)
|
H A D | ts-universal-attributes-content-modifier.md | 89 .strokeLineJoin(LineJoinStyle.Miter)
|
H A D | ts-drawing-components-path.md | 160 ### 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 D | ts-drawing-components-line.md | 178 ### strokeLineJoin subsection 180 strokeLineJoin(value: LineJoinStyle)
|
H A D | ts-basic-components-checkbox.md | 337 .strokeLineJoin(LineJoinStyle.Miter)
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/ |
H A D | ArkCommonShape.ts | 45 strokeLineJoin(value: LineJoinStyle): this {
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_common_shape_bridge.cpp | 196 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 D | js-apidiff-arkui.md | 329 …ommonShapeMethod;<br>方法or属性:strokeLineJoin(value: LineJoinStyle): T;<br>旧版本信息:|类名:CommonShapeMetho…
|