Completed
Last Updated: 12 Jul 2021 07:37 by ADMIN
Release R3 2021 (LIB 2021.2.712)
Ketan
Created on: 17 Jun 2021 13:08
Category: Map
Type: Bug Report
0
RadMap: Setting left padding to MapCallout is applied to right also
If you apply 'left' padding to a callout, it wrongly applies to the right side as well.
1 comment
ADMIN
Nadya | Tech Support Engineer
Posted on: 17 Jun 2021 13:14

Hello,

To workaround this issue you can adjust the right padding as well:

var callout = new MapLayer("Callout");
var c0 = new MapCallout(pins.Overlays[0]) { Text = "Left 10 Only", Padding = new Padding(10, 0, -5, 0) };
callout.Add(c0);

Regards,
Nadya
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.