Android.Graphics.Paint: Property Members

The properties of Android.Graphics.Paint are listed below. For a list of all members, see the Paint Members list.

See Also: Inherited members from Java.Lang.Object

Public Properties

Alphaint. Helper to getColor() that just returns the color's alpha value.
AntiAliasbool. Helper for getFlags(), returning true if ANTI_ALIAS_FLAG bit is set AntiAliasing smooths out the edges of what is being drawn, but is has no impact on the interior of the shape.
ColorColor. Return the paint's color.
[read-only]
ColorFilterColorFilter. Get the paint's colorfilter (maybe be null).
Ditherbool. Helper for getFlags(), returning true if DITHER_FLAG bit is set Dithering affects how colors that are higher precision than the device are down-sampled.
ElegantTextHeightbool. Get the elegant metrics flag.
FakeBoldTextbool. Helper for getFlags(), returning true if FAKE_BOLD_TEXT_FLAG bit is set
FilterBitmapbool. Whether or not the bitmap filter is activated.
FlagsPaintFlags. Return the paint's flags.
FontFeatureSettingsstring. Get font feature settings.
[read-only]
FontSpacingfloat. Return the recommend line spacing based on the current typeface and text size.
HintingPaintHinting. Return the paint's hinting mode.
LetterSpacingfloat. Return the paint's letter-spacing for text.
LinearTextbool. Helper for getFlags(), returning true if LINEAR_TEXT_FLAG bit is set
[read-only]
MaskFilterMaskFilter. Get the paint's maskfilter object.
[read-only]
PathEffectPathEffect. Get the paint's patheffect object.
[read-only]
RasterizerRasterizer. Get the paint's rasterizer (or null).
[read-only]
ShaderShader. Get the paint's shader object.
StrikeThruTextbool. Helper for getFlags(), returning true if STRIKE_THRU_TEXT_FLAG bit is set
StrokeCapPaint.Cap. Return the paint's Cap, controlling how the start and end of stroked lines and paths are treated.
StrokeJoinPaint.Join. Return the paint's stroke join type.
StrokeMiterfloat. Return the paint's stroke miter value.
StrokeWidthfloat. Return the width for stroking.
SubpixelTextbool. Helper for getFlags(), returning true if SUBPIXEL_TEXT_FLAG bit is set
TextAlignPaint.Align. Return the paint's Align value for drawing text.
TextLocaleJava.Util.Locale. Get the text Locale.
TextScaleXfloat. Return the paint's horizontal scale factor for text.
TextSizefloat. Return the paint's text size.
TextSkewXfloat. Return the paint's horizontal skew factor for text.
[read-only]
TypefaceTypeface. Get the paint's typeface object.
UnderlineTextbool. Helper for getFlags(), returning true if UNDERLINE_TEXT_FLAG bit is set
[read-only]
XfermodeXfermode. Get the paint's xfermode object.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.