InfoBadgeTemplateSettings.InfoBadgeCornerRadius Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property CornerRadius InfoBadgeCornerRadius { CornerRadius get(); void set(CornerRadius value); };
CornerRadius InfoBadgeCornerRadius();
void InfoBadgeCornerRadius(CornerRadius value);
public CornerRadius InfoBadgeCornerRadius { get; set; }
var cornerRadius = infoBadgeTemplateSettings.infoBadgeCornerRadius;
infoBadgeTemplateSettings.infoBadgeCornerRadius = cornerRadius;
Public Property InfoBadgeCornerRadius As CornerRadius
Property Value
The corner radius.