Skip to content

Latest commit

 

History

History
42 lines (37 loc) · 853 Bytes

File metadata and controls

42 lines (37 loc) · 853 Bytes
title Add Media Control
description A styled Add Media button control for uploading images.
category ui-controls
subcategory add-media
tags
media
upload
image
button
difficulty beginner
products
power-apps-canvas
dependencies
related
author Darren Neese
created 2025-11-19
updated 2025-11-19
license MIT

Add Media

Table of Contents

- AddMediaButton2_1:
    Control: AddMedia
    Properties:
      BorderColor: =App.Theme.Colors.Lighter60
      BorderThickness: =4
      Color: =fxTheme.PrimaryDark
      Fill: =ColorFade(App.Theme.Colors.Lighter80, 70%)
      Height: =75
      Size: =17
      Width: =281
      X: =189
      Y: =582

History

Date Author Changes
2026-01-27 Migration Initial TOC and history section added