[Missing <summary> documentation for "P:Ozeki.VoIP.Media.VideoFormat.Height"]
Assembly: OPSSDK (in OPSSDK.dll) Version: 3.3.2.884
Syntax
C# |
---|
public int Height { get; private set; } |
Visual Basic |
---|
Public Property Height As Integer Get Private Set |
Visual C++ |
---|
public: property int Height { int get (); private: void set (int value); } |