TeachingTipTemplateSettings.TopLeftHighlightMargin 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 the thickness value of the top left highlight margin.
public:
property Thickness TopLeftHighlightMargin { Thickness get(); void set(Thickness value); };
Thickness TopLeftHighlightMargin();
void TopLeftHighlightMargin(Thickness value);
public Thickness TopLeftHighlightMargin { get; set; }
var thickness = teachingTipTemplateSettings.topLeftHighlightMargin;
teachingTipTemplateSettings.topLeftHighlightMargin = thickness;
Public Property TopLeftHighlightMargin As Thickness