input_semantic property

input_semantic property

Gets or sets the input semantic. The input_semantic attribute specifies which input semantic to bind.

Definition:

@property
def input_semantic(self):
    ...
@input_semantic.setter
def input_semantic(self, value):
    ...

See Also