Paint.StrokeJoin Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Return the paint's stroke join type. -or- Set the paint's Join.
public virtual Android.Graphics.Paint.Join? StrokeJoin { [Android.Runtime.Register("getStrokeJoin", "()Landroid/graphics/Paint$Join;", "GetGetStrokeJoinHandler")] get; [Android.Runtime.Register("setStrokeJoin", "(Landroid/graphics/Paint$Join;)V", "GetSetStrokeJoin_Landroid_graphics_Paint_Join_Handler")] set; }
[<get: Android.Runtime.Register("getStrokeJoin", "()Landroid/graphics/Paint$Join;", "GetGetStrokeJoinHandler")>]
[<set: Android.Runtime.Register("setStrokeJoin", "(Landroid/graphics/Paint$Join;)V", "GetSetStrokeJoin_Landroid_graphics_Paint_Join_Handler")>]
member this.StrokeJoin : Android.Graphics.Paint.Join with get, set
Property Value
the paint's Join.
- Attributes
Remarks
Property getter documentation:
Java documentation for android.graphics.Paint.getStrokeJoin()
.
Property setter documentation:
Java documentation for android.graphics.Paint.setStrokeJoin(android.graphics.Join)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.