CompletionPresenterStyle.BitmapScalingMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a BitmapScalingMode value that indicates the desired scaling mode for items' images
public: virtual property System::Windows::Media::BitmapScalingMode BitmapScalingMode { public:
System::Windows::Media::BitmapScalingMode get(); protected:
void set(System::Windows::Media::BitmapScalingMode value); };
public virtual System.Windows.Media.BitmapScalingMode BitmapScalingMode { get; protected set; }
member this.BitmapScalingMode : System.Windows.Media.BitmapScalingMode with get, set
Public Overridable Property BitmapScalingMode As BitmapScalingMode