SoImagevertAlignment Property |
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoSFEnum<SoImageVertAlignments> vertAlignment { get; }
Public ReadOnly Property vertAlignment As SoSFEnum(Of SoImageVertAlignments)
Get
public:
property SoSFEnum<SoImageVertAlignments>^ vertAlignment {
SoSFEnum<SoImageVertAlignments>^ get ();
}
member vertAlignment : SoSFEnum<SoImageVertAlignments> with get
Property Value
Type:
SoSFEnumSoImageVertAlignmentsRemarks For example, if the image is RIGHT BOTTOM justified, the bottom right-hand corner of the image is placed at the justification point. . Default is BOTTOM.
See Also