SoTextAlignmentVElement.Set Method (SoState, SoTextAlignmentVElement.AlignmentVs) |
Sets the current vertical text alignment in the state.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntaxpublic static void Set(
SoState state,
SoTextAlignmentVElement. AlignmentVs style
)
Public Shared Sub Set (
state As SoState,
style As SoTextAlignmentVElement. AlignmentVs
)
public:
static void Set(
SoState^ state,
SoTextAlignmentVElement. AlignmentVs style
)
static member Set :
state : SoState *
style : SoTextAlignmentVElement. AlignmentVs -> unit
Parameters
- state
- Type: OIV.Inventor.Misc.SoState
- style
- Type: OIV.Inventor.Elements.SoTextAlignmentVElement.AlignmentVs
Remarks
See Also