Visual Basic (Declaration) | |
---|---|
Public Property ScaleFactor As Double |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public double ScaleFactor {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property double get_ScaleFactor(); public: __property void set_ScaleFactor( double value ); |
XAML Attributes Usage | |
---|---|
<object ScaleFactor=double .../> |
Dependency Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | AffectsRender |
Return Value
The zoom factor used to display the magnified image.In WPF Express, default is 2.0
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family