public virtual Appearance Appearance { get; set; } public:virtual property Appearance Appearance {Appearance get();void set ( Appearance );}
An Appearance value representing the appearance.
If the Appearance value is set to Flat, then the control is drawn with a flat border. If the value is set to ThreeD, then the control is drawn with a 3D border.
using Leadtools;using Leadtools.MediaFoundation;using LeadtoolsMediaFoundationExamples.Fixtures;public bool _result = false;public CaptureCtrlForm _form = new CaptureCtrlForm(false);public void AppearanceExample(){// reference the capture controlCaptureCtrl capturectrl = _form.CaptureCtrl;try{// set the result to what we expect_result = (capturectrl.Appearance == Leadtools.MediaFoundation.Appearance.Flat);}catch (Exception){_result = false;}}
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document
