CompletionPresenterStyle.BitmapScalingMode Property
Gets the desired scaling mode for images.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
Public Overridable Property BitmapScalingMode As BitmapScalingMode
public virtual BitmapScalingMode BitmapScalingMode { get; protected set; }
public:
virtual property BitmapScalingMode BitmapScalingMode {
BitmapScalingMode get ();
protected: void set (BitmapScalingMode value);
}
abstract BitmapScalingMode : BitmapScalingMode with get, set
override BitmapScalingMode : BitmapScalingMode with get, set
function get BitmapScalingMode () : BitmapScalingMode
protected function set BitmapScalingMode (value : BitmapScalingMode)
Property Value
Type: BitmapScalingMode
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.