SoImagehorAlignment Property |
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoSFEnum<SoImageHorAlignments> horAlignment { get; }
Public ReadOnly Property horAlignment As SoSFEnum(Of SoImageHorAlignments)
Get
public:
property SoSFEnum<SoImageHorAlignments>^ horAlignment {
SoSFEnum<SoImageHorAlignments>^ get ();
}
member horAlignment : SoSFEnum<SoImageHorAlignments> with get
Property Value
Type:
SoSFEnumSoImageHorAlignmentsRemarks 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 LEFT.
See Also