View Issue Details

IDProjectCategoryView StatusLast Update
0004023NoesisGUIC++ SDKpublic2025-04-03 10:53
ReporterLuisNoComunica Assigned Tosfernandez  
PrioritynormalSeverityminor 
Status assignedResolutionopen 
Product Version3.2.4 
Target Version3.2 
Summary0004023: VisualBrush do not fit the specified streetch:
Description

I'm having trouble with visual brushes.
Trying to achieve a visual effect with opacity masks, I have noticed that the masks do not adjust to the specified streetch.
It always seems like this one was in None.

How it SHOULD look on noesis: (Image1)

How it looks on noesis: (Image2)

If you try to change the streetch of the VisualBrush nothing will change.

Is this a bug or there is something i am not understanding?

Steps To Reproduce
<Grid Background="White">

    <TextBlock x:Name="Mask" FontSize="52" Text="Hello World!">
        <TextBlock.RenderTransform>
            <TranslateTransform X="-1000"/>
        </TextBlock.RenderTransform>
    </TextBlock>

    <Border Background="Black">
        <Border.OpacityMask>
            <VisualBrush Visual="{Binding ElementName=Mask}" Stretch="Fill"/>
        </Border.OpacityMask>
    </Border>

</Grid>
Attached Files
Image1.png (102,945 bytes)   
Image1.png (102,945 bytes)   
Image2.png (17,528 bytes)   
Image2.png (17,528 bytes)   
PlatformWindows

Activities

Issue History

Date Modified Username Field Change
2025-04-01 13:08 LuisNoComunica New Issue
2025-04-01 13:08 LuisNoComunica File Added: Image1.png
2025-04-01 13:08 LuisNoComunica File Added: Image2.png
2025-04-01 13:14 LuisNoComunica Description Updated
2025-04-01 13:19 jsantos Assigned To => sfernandez
2025-04-01 13:19 jsantos Status new => assigned
2025-04-01 13:19 jsantos Target Version => 3.2
2025-04-03 10:53 jsantos Steps to Reproduce Updated