API Reference > imodeljs-frontend > Rendering > FeatureSymbology > FeatureSymbology.AppearanceProps FeatureSymbology.AppearanceProps Interface Deprecated use FeatureAppearanceProps Extends FeatureAppearanceProps Inherited properties Name Type Inherited from Description emphasized undefined | "true" FeatureAppearanceProps If true, the associated Feature will be emphasized. ignoresMaterial undefined | "true" FeatureAppearanceProps If true, ignore the RenderMaterial associated with surfaces. linePixels undefined | LinePixels FeatureAppearanceProps The pixel pattern used to draw lines. nonLocatable undefined | "true" FeatureAppearanceProps If true, the associated Feature will not be drawn when using Viewport.readPixels. rgb undefined | RgbColorProps FeatureAppearanceProps The color of the Feature transparency undefined | number FeatureAppearanceProps The transparency in the range [0.0, 1.0] where 0 indicates fully opaque and 1 indicates fully transparent. weight undefined | number FeatureAppearanceProps The line weight in pixels as an integer in [1, 31] Defined in core/frontend/src/render/FeatureSymbology.ts Line 21 Last Updated: 11 June, 2024