Change bitmap of FillMode FrameBufferFillMode.Bitmap

Hi,

Is it possible to change the bitmap of FillMode with c#?

I can set it to bitmap with:
displayMode.DisplayAttributes.FillMode = Rhino.Display.DisplayPipelineAttributes.FrameBufferFillMode.Bitmap;

But can’t find a way to set it.

Thank you.