Click or drag to resize

AttributeOnTextStyleChangedEvent Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
protected virtual TextStyle OnTextStyleChangedEvent(
	TextStyle oldTextStyle,
	TextStyle newTextStyle
)
Request Example View Source

Parameters

oldTextStyle
Type: netDxf.TablesTextStyle
newTextStyle
Type: netDxf.TablesTextStyle

Return Value

Type: TextStyle
See Also