Class DisplayNamesAttribute
Used to override default form factor names, either by a literal string or a localization key
Inherited Members
Namespace: AdaptiveImages.Shell
Assembly: AdaptiveImages.dll
Syntax
[AttributeUsage(AttributeTargets.Property)]
public class DisplayNamesAttribute : Attribute
Properties
Large
Gets or sets the display name for the large form factor, or optionally a localization key starting with a "/"
Declaration
public string? Large { get; set; }
Property Value
Type | Description |
---|---|
string |
Medium
Gets or sets the display name for the medium form factor, or optionally a localization key starting with a "/"
Declaration
public string? Medium { get; set; }
Property Value
Type | Description |
---|---|
string |
Small
Gets or sets the display name for the small form factor, or optionally a localization key starting with a "/"
Declaration
public string? Small { get; set; }
Property Value
Type | Description |
---|---|
string |