In This Article

AssemblyInfo Class

Retrieves information about the assembly.

public sealed class AssemblyInfo : UIAssemblyInfoBase
Inheritance:
object AssemblyInfoBase UIAssemblyInfoBase object

Properties

Instance

The instance of the AssemblyInfo class for this assembly.

public static AssemblyInfo Instance { get; }

Property Value

AssemblyInfo

ProductId

The assembly's product ID.

public override sealed int ProductId { get; }

Property Value

int

Methods

GetImage(ImageResource, SizeF)

Returns an Image from the resources.

public Image? GetImage(ImageResource image, SizeF scaleFactor)
Parameter Type Description
image ImageResource

The type of the image resource to get.

scaleFactor SizeF

The scale factor of the image.

Returns

Image:

The Image resource that was retrieved.

Inherited Members

Extension Methods