DashStyleBvr Class

Creates an object that represents a dashstyle behavior. The behavior defines whether lines are drawn using a continuous stroke or a sequence of dashes.

Use the dashstyle behavior with the dash method of the LineStyleBvr object.

For more information about Behaviors see the Behavior class.

For relevant fields from the Statics class, see Statics Fields Relevant to DashStyleBvr Objects.

DashStyleBvr Methods

newUninitBvr Enables you to refer to a dash-style behavior before that behavior has been defined.

newUninitBvr

DashStyleBvr Class

Enables you to refer to a dash-style behavior before that behavior has been defined. With this method you can create the behavior and use it in the definition of other behaviors, but not actually define its contents until some later point. (This is accomplished with the init method, which is available on all behaviors.) The system generates a run-time error if you initialize a non-uninitialized behavior, initialize an uninitialized behavior that has already been initialized, or run an initialized behavior that has not yet been initialized.

Syntax

public static DashStyleBvr newUninitBvr( );

Return Value

Returns the DashStyleBvr object.


Top of Page Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.