Click or drag to resize
XDL

NAnnoationConfigTextSizeUnit Property

글씨 크기 단위(world 좌표계 단위)를 가져오거나 설정한다.
(NanFigureText::FontCount 또는 NAnnotationConfig::DefaultFontSize) * TextSizeUnit => world 단위 FontSize 계산
world 단위 FontSize / NanFigureText::WPP => 실제 NRichEditCtrl 에 설정되는 FontSize

Namespace: Pixoneer.NXDL.NXAnnotation
Assembly: NXAnnotation (in NXAnnotation.dll) Version: 2.0.3.38 (2.0.3.38)
Syntax
C#
[XmlElementAttribute("TextSizeUnit")]
public double TextSizeUnit { get; set; }

Property Value

Double
See Also