cross_type property

cross_type property

Represents the CrossType on the specified axis where the other axis crosses. Read/write CrossesType.

Definition:

@property
def cross_type(self):
    ...

@cross_type.setter
def cross_type(self, value):
    ...

See Also