Skip to content

Commit

Permalink
Sync /// with readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arcgisprosdk committed Jun 2, 2017
1 parent 19af9e0 commit 66c1c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Framework/CustomStyling/Module1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ namespace CustomStyling
/// Show how to apply custom styles to a UserControl that work in both Light and Dark modes.
/// </summary>
/// <remarks>
/// New at 1.4, ArcGIS Pro supports a Light theme, Dark theme, and a variant of the Dark theme for use with High Contrast. Developers who want their Add-ins to blend in with Pro must likewise style their Add-in UIs to provide a Light and Dark themeing. In most cases, developers need only apply 'ESRI' styles to their UserControl content (refer to the ProGuide at [ProGuide: Styling UI Components](https://github.com/ArcGIS/arcgis-pro-sdk/wiki/ProGuide-Styling-UI-Components). However, there may be situations where you need to derive your own styles and have them switch between a custom Light and Dark mode to mirror the current theme being applied to Pro. This sample shows you how.
/// New at 1.4, ArcGIS Pro supports a Light theme, Dark theme, and a variant of the Dark theme for use with High Contrast. Developers who want their Add-ins to blend in with Pro must likewise style their Add-in UIs to provide a Light and Dark themeing. In most cases, developers need only apply 'ESRI' styles to their UserControl content (refer to the ProGuide at [ProGuide Styling Guide](https://github.com/Esri/arcgis-pro-sdk/wiki/proguide-style-guide)). However, there may be situations where you need to derive your own styles and have them switch between a custom Light and Dark mode to mirror the current theme being applied to Pro. This sample shows you how.
/// The sample contains a custom UserControl as well as a custom Light and Dark theme that is applied at runtime in conjunction with the Light or Dark theme applied to Pro.
/// Steps:
/// 1. In Visual Studio click the Build menu. Then select Build Solution.
Expand Down

0 comments on commit 66c1c0d

Please sign in to comment.