Click or drag to resize
ICanvasTextInlineObjectSize Property
Gets the size of the inline object.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
Size Size { get; }

Property Value

Type: Size
Remarks

The size reported here can be different from the size of the DrawBounds. It can be used to easily add empty padding around an inline object without reworking any of its drawing.

See Also