Option Strict On
Option Explicit On

Imports SkiaSharp

Namespace Nexamas.UI.Components

    ''' <summary>
    ''' Resolved geometry for a Media footer band.
    ''' </summary>
    Friend Structure MASMediaFooterLayoutPlan
        Friend IconChip As SKRect
        Friend IconGlyph As SKRect
        Friend ZoomBadge As SKRect
        Friend MenuButton As SKRect
        Friend MenuGlyph As SKRect
        Friend MenuSeparator As SKRect
        Friend InfoLine As SKRect
        Friend TitleText As SKRect
        Friend MetadataText As SKRect
    End Structure

End Namespace
