Effects

What effects do you have access to in Rock Mobile?

An effect is something that is applied to an element in XAML to change it's default appearance or behavior. Usually this is something that is platform specific, though not always.

Example Effect

<StackLayout>
    <!-- StackLayout content goes here -->
    <StackLayout.Effects>
        <!-- Effects would go here to apply to the element -->
    </StackLayout.Effects>
</StackLayout>

Last updated

⚙️ Powered by Rock RMS