Android.Graphics.Paint.StrokeCap Property
Return the paint's Cap, controlling how the start and end of stroked lines and paths are treated.

Syntax

[get: Android.Runtime.Register("getStrokeCap", "()Landroid/graphics/Paint$Cap;", "GetGetStrokeCapHandler")]
[set: Android.Runtime.Register("setStrokeCap", "(Landroid/graphics/Paint$Cap;)V", "GetSetStrokeCap_Landroid_graphics_Paint_Cap_Handler")]
public virtual Paint.Cap StrokeCap { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Return the paint's Cap, controlling how the start and end of stroked lines and paths are treated.

Set method documentation [Android Documentation]

Set the paint's Cap.

Requirements

Namespace: Android.Graphics
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1