Gets or sets whether to base the aspect ratio on the screen.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ScreenRatio As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IAVIParameter
Dim value As Boolean
instance.ScreenRatio = value
value = instance.ScreenRatio
|
C# | |
---|
bool ScreenRatio {get; set;} |
C++/CLI | |
---|
property bool ScreenRatio {
bool get();
void set (bool value);
} |
Return Value
True to base the aspect ratio on the screen, false to not
Remarks
See Also
Availability
SolidWorks 2008 FCS, Revision Number 16.0