예제 #1
0
 /// <include file="../../../../docs/Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific/VisualElement.xml" path="//Member[@MemberName='SetElevation'][2]/Docs" />
 public static void SetElevation(FormsElement element, float?value)
 {
     element.SetValue(ElevationProperty, value);
 }
예제 #2
0
 /// <include file="../../../../docs/Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific/VisualElement.xml" path="//Member[@MemberName='GetElevation'][2]/Docs" />
 public static float?GetElevation(FormsElement element)
 {
     return((float?)element.GetValue(ElevationProperty));
 }