VisualStyleElement.Rebar.GripperVertical.Normal Property

Definition

Gets a visual style element that represents a gripper bar for a vertical rebar.

public:
 static property System::Windows::Forms::VisualStyles::VisualStyleElement ^ Normal { System::Windows::Forms::VisualStyles::VisualStyleElement ^ get(); };
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get; }
static member Normal : System.Windows.Forms.VisualStyles.VisualStyleElement
Public Shared ReadOnly Property Normal As VisualStyleElement

Property Value

A VisualStyleElement that represents a gripper bar for a vertical rebar.

Examples

The following code example demonstrates how to create a VisualStyleRenderer with the VisualStyleElement returned by the Normal property. To run this example, paste it into a Windows Form. Handle the form's Paint event and call the DrawVisualStyleElementRebarGripperVertical1 method from the Paint event-handling method, passing e as PaintEventArgs.

System.Windows.Forms.VisualStyleElementsExamples#206

Remarks

You can use the VisualStyleElement returned by the Normal property to create a VisualStyleRenderer.

Applies to