ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.DirectWrite Namespace / InlineObjectNative Class / Metrics Property

In This Topic
    Metrics Property (InlineObjectNative)
    In This Topic
    TextLayout calls this callback function to get the measurement of the inline object.
    Syntax
    'Declaration
     
    Public ReadOnly Property Metrics As InlineObjectMetrics
    public InlineObjectMetrics Metrics {get;}

    Property Value

    a structure describing the geometric measurement of anapplication-defined inline object. These metrics are in relation to the baseline of the adjacent text.
    See Also