BulletDecorator.OnRender(DrawingContext) Method

Definition

Renders the content of a BulletDecorator control.

protected:
 override void OnRender(System::Windows::Media::DrawingContext ^ dc);
protected override void OnRender (System.Windows.Media.DrawingContext dc);
override this.OnRender : System.Windows.Media.DrawingContext -> unit
Protected Overrides Sub OnRender (dc As DrawingContext)

Parameters

Remarks

This method creates a Rect structure that is sized for the BulletDecorator content. This rectangular structure is displayed with the specified Background color and no border.

Applies to