Skip to content

Commit

Permalink
[NUI][API12] Match property name of ImageVisual.AlphaMaskUrl with lat…
Browse files Browse the repository at this point in the history
…est version

Latest version use AlphaMaskUrl, instead of AlphaMaskURL.

Let we match the name of property so application don't be confused.

Signed-off-by: Eunki, Hong <[email protected]>
  • Loading branch information
Eunki, Hong authored and hinohie committed Jan 6, 2025
1 parent 553d2de commit 3c531d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ public bool SynchronousSizing
/// Optional.
/// </summary>
[EditorBrowsable(EditorBrowsableState.Never)]
public string AlphaMaskURL
public string AlphaMaskUrl
{
set
{
Expand Down

0 comments on commit 3c531d5

Please sign in to comment.