Skip to content

Commit

Permalink
[NUI] Remove Offscreen rendering markup methods
Browse files Browse the repository at this point in the history
  • Loading branch information
everLEEst committed Jan 23, 2025
1 parent 77ee0d9 commit 334e775
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/Tizen.NUI.Extension/Markup/ViewExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -612,19 +612,6 @@ public static T VoiceInteractionName<T>(this T view, string name) where T : View
return view;
}

/// <summary>
/// Set the current offscreen rendering type of the view.
/// </summary>
/// <typeparam name="T">The type of the view.</typeparam>
/// <param name="view">The extension target.</param>
/// <param name="type">The offscreen type value.</param>
/// <returns>The view itself.</returns>
public static T OffScreenRendering<T>(this T view, View.OffScreenRenderingType type) where T : View
{
view.OffScreenRendering = type;
return view;
}

/* Getters */

/// <summary>
Expand Down

0 comments on commit 334e775

Please sign in to comment.