Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SystemDrawingSection::BitmapSuffix Property

.NET Framework (current version)
 

Gets or sets the suffix to append to a file name indicated by a ToolboxBitmapAttribute when an assembly is declared with a BitmapSuffixInSameAssemblyAttribute or a BitmapSuffixInSatelliteAssemblyAttribute.

Namespace:   System.Drawing.Configuration
Assembly:  System.Drawing (in System.Drawing.dll)

public:
[ConfigurationPropertyAttribute("bitmapSuffix")]
property String^ BitmapSuffix {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The bitmap suffix.

The bitmap suffix is appended to the file name before the extension. For example, with a bitmap suffix of ".test.1.0", a ToolboxBitmapAttribute reference to "my.bmp" is interpreted as "my.test.1.0.bmp".

.NET Framework
Available since 4.5
Return to top
Show:
© 2017 Microsoft