Exemple #1
0
 /// <summary>
 /// Sets the label for the <see cref="ImageObject"/>.
 /// </summary>
 /// <param name="label">The label which will be assigned to the image object.</param>
 /// <seealso cref="GetLabel"/>
 /// <since_tizen> 4 </since_tizen>
 public void SetLabel(int label)
 {
     InteropImage.SetLabel(Handle, label).Validate("Failed to set label");
 }