CanvasTextLayoutGetBrush Method |
Namespace: Microsoft.Graphics.Canvas.Text
public ICanvasBrush GetBrush( int characterIndex )
If the color was set using SetColor(Int32, Int32, Color) for this index, this method returns a CanvasSolidColorBrush with the appropriate color.
If there isn't an associated brush or color, null is returned.