Option Strict On
Option Explicit On

Namespace Nexamas.UI.Components

    ''' <summary>
    ''' Resolved icon and label metrics for a non-compact media action tile.
    ''' </summary>
    Friend Structure MASMediaButtonContentProfile
        Friend IconSize As Single
        Friend IconTop As Single
        Friend LabelTop As Single
        Friend LabelBottom As Single
        Friend LabelSideInset As Single
        Friend LabelTextSize As Single
        Friend OpticalOffsetY As Single
    End Structure

End Namespace
