Paint.Style.FillAndStroke 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.
Geometry and text drawn with this style will be both filled and stroked at the same time, respecting the stroke-related fields on the paint.
[Android.Runtime.Register("FILL_AND_STROKE")]
public static Android.Graphics.Paint.Style FillAndStroke { get; }
[<Android.Runtime.Register("FILL_AND_STROKE")>]
static member FillAndStroke : Android.Graphics.Paint.Style
Property Value
- Attributes
Remarks
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.