| Visual Basic (Declaration) | |
|---|---|
Public Property SizeMode As PaintSizeMode | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public PaintSizeMode SizeMode {get; set;} | |
| C++/CLI | |
|---|---|
public: property PaintSizeMode SizeMode { PaintSizeMode get(); void set (PaintSizeMode value); } | |
| XAML Attributes Usage | |
|---|---|
<object SizeMode=PaintSizeMode .../> | |
| Dependencies Property Information | |
|---|---|
Identifier field | |
Metadata properties set to true | None |
| XAML Attributes Usage | |
|---|---|
<object SizeMode=PaintSizeMode .../> | |
| Dependencies Property Information | |
|---|---|
Identifier field | |
Metadata properties set to true | None |
Return Value
Value which determines how the BitmapSourceViewer displays the image.For XAML example, refer to BitmapSourceViewer.
For C#/VB examples, refer to BitmapSourceViewer.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family