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

See Also

Reference

CompletionPresenterStyle Class

Microsoft.VisualStudio.Language.Intellisense Namespace