Edit

Share via


CategoryEditor.GetImage(Size) Method

Definition

Returns an Object that the host can display in a ContentControl.

public:
 abstract System::Object ^ GetImage(System::Windows::Size desiredSize);
public abstract object GetImage (System.Windows.Size desiredSize);
abstract member GetImage : System.Windows.Size -> obj
Public MustOverride Function GetImage (desiredSize As Size) As Object

Parameters

desiredSize
Size

The desired Size of the image to return.

Returns

An Object to display in the ContentControl.

Applies to