Click or drag to resize

DirectEncodingProperties Class

EncodingProperties property bag representing Direct.
Inheritance Hierarchy
SystemObject
  Demo3D.HLE.Comms.TelegramDirectEncodingProperties

Namespace: Demo3D.HLE.Comms.Telegram
Assembly: Demo3D.HLE (in Demo3D.HLE.dll) Version: 19.00.00
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public sealed class DirectEncodingProperties : INotifyPropertyChanged

The DirectEncodingProperties type exposes the following members.

Properties
 NameDescription
Public propertyDirectEncoding Direct encoding.
Top
Events
 NameDescription
Public eventStatic memberPropertiesChanged Raised when any property changes.
Public eventPropertyChanged Raised when a property changes.
Top
See Also