New to Telerik UI for .NET MAUIStart a free 30-day trial

Address

Class

Represents the base class for an address used with SwissQRCode.

Definition

Namespace:Telerik.Barcode

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public abstract class Address

Inheritance: objectAddress

Derived Classes: CombinedAddressStructuredAddress

Constructors

Initializes a new instance of the Address class.

C#
protected Address(string country)
Parameters:countrystring

Two-letter country code according to ISO 3166-1.

Properties

Gets the country of the address.

C#
public string Country { get; }