Click or drag to resize
CanvasTextLayoutGetCustomBrush Method
Gets the custom brush associated with a character index in the text layout.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public Object GetCustomBrush(
	int characterIndex
)

Parameters

characterIndex
Type: SystemInt32

Return Value

Type: Object
Remarks

A brush that was set using SetBrush can be retrieved via GetCustomBrush.

See Also