VideoTransformEffectDefinition.PaddingColor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the color that will be used to fill pixels in the frame that are not filled with video, such as when video is letterboxed.
public:
property Color PaddingColor { Color get(); void set(Color value); };
Color PaddingColor();
void PaddingColor(Color value);
public Color PaddingColor { get; set; }
var color = videoTransformEffectDefinition.paddingColor;
videoTransformEffectDefinition.paddingColor = color;
Public Property PaddingColor As Color
Property Value
The color that will be used to fill pixels in the frame that are not filled with video