CompositionNineGridBrush.TopInsetScale 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.
Scale to be applied to TopInset. Defaults to 1.0f.
public:
property float TopInsetScale { float get(); void set(float value); };
float TopInsetScale();
void TopInsetScale(float value);
public float TopInsetScale { get; set; }
var single = compositionNineGridBrush.topInsetScale;
compositionNineGridBrush.topInsetScale = single;
Public Property TopInsetScale As Single
Property Value
Single
float
Scale to be applied to TopInset. Defaults to 1.0f.