You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <para lang="en">Gets or sets whether the component is rendered. Default is false</para>
34
34
/// </summary>
35
+
/// <remarks>
36
+
/// <para lang="zh">组件内容是否渲染,默认为 false,只有当组件可见时并且当前状态为 Active 时才会渲染组件内容</para>
37
+
/// <para lang="en">Whether the component content is rendered. Default is false. The content is only rendered when the component is visible and the current state is Active.</para>
38
+
/// </remarks>
35
39
publicboolRender{get;set;}
36
40
37
41
/// <summary>
38
42
/// <para lang="zh">获得/设置 组件实例,默认为 null</para>
39
43
/// <para lang="en">Gets or sets the component instance. Default is null</para>
0 commit comments